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