fix: add timezone to all LinuxServer services

This commit is contained in:
Adrien Poupa
2023-03-26 17:17:42 -04:00
parent 6ff6d71195
commit 32b77dc113

View File

@@ -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