fix jellyseerr TZ
This commit is contained in:
parent
12839195e6
commit
9fb6bcc908
|
|
@ -4,7 +4,8 @@ services:
|
||||||
container_name: jellyseerr
|
container_name: jellyseerr
|
||||||
environment:
|
environment:
|
||||||
- LOG_LEVEL=debug
|
- LOG_LEVEL=debug
|
||||||
- TZ=America/Montreal
|
env_file:
|
||||||
|
- stack.env
|
||||||
ports:
|
ports:
|
||||||
- ${JELLYSEERR_PORT}:5055
|
- ${JELLYSEERR_PORT}:5055
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue