fix: add timezone to all LinuxServer services
This commit is contained in:
parent
6ff6d71195
commit
32b77dc113
@ -35,6 +35,7 @@ services:
|
||||
environment:
|
||||
- PUID=${USER_ID}
|
||||
- PGID=${GROUP_ID}
|
||||
- TZ=${TIMEZONE}
|
||||
volumes:
|
||||
- ./sonarr:/config
|
||||
- ${DATA_ROOT}:/data
|
||||
@ -51,6 +52,7 @@ services:
|
||||
environment:
|
||||
- PUID=${USER_ID}
|
||||
- PGID=${GROUP_ID}
|
||||
- TZ=${TIMEZONE}
|
||||
volumes:
|
||||
- ./radarr:/config
|
||||
- ${DATA_ROOT}:/data
|
||||
@ -67,6 +69,7 @@ services:
|
||||
environment:
|
||||
- PUID=${USER_ID}
|
||||
- PGID=${GROUP_ID}
|
||||
- TZ=${TIMEZONE}
|
||||
volumes:
|
||||
- ./prowlarr:/config
|
||||
restart: always
|
||||
|
Loading…
Reference in New Issue
Block a user