mirror of
https://github.com/AdrienPoupa/docker-compose-nas.git
synced 2025-05-24 13:41:45 +02:00
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…
x
Reference in New Issue
Block a user