Add localtime env variable for sonarr
This commit is contained in:
parent
e1a47a2540
commit
27682ab1e3
|
@ -83,6 +83,8 @@ services:
|
|||
volumes:
|
||||
- config:/config
|
||||
- torrents:/torrents
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
|
||||
couchpotato:
|
||||
image: fromenje/seedbox:couchpotato
|
||||
|
@ -99,6 +101,7 @@ services:
|
|||
environment:
|
||||
- PGID=0
|
||||
- PUID=0
|
||||
- TZ=Europe/Paris
|
||||
|
||||
radarr:
|
||||
image: fromenje/seedbox:radarr
|
||||
|
|
Loading…
Reference in New Issue