change: docs now use TZ variable over read only bind mount /etc/timezone

This commit is contained in:
Tarek Al-Qarqaz 2024-04-02 16:38:19 +00:00
parent 5da990abd4
commit b3885cc3f8
2 changed files with 2 additions and 2 deletions

View File

@ -18,12 +18,12 @@ services:
memory: 1000M # (2) memory: 1000M # (2)
volumes: volumes:
- mealie-data:/app/data/ - mealie-data:/app/data/
- /etc/timezone:/etc/timezone:ro
environment: environment:
# Set Backend ENV Variables Here # Set Backend ENV Variables Here
ALLOW_SIGNUP: true ALLOW_SIGNUP: true
PUID: 1000 PUID: 1000
PGID: 1000 PGID: 1000
TZ: America/Anchorage
MAX_WORKERS: 1 MAX_WORKERS: 1
WEB_CONCURRENCY: 1 WEB_CONCURRENCY: 1
BASE_URL: https://mealie.yourdomain.com BASE_URL: https://mealie.yourdomain.com

View File

@ -22,12 +22,12 @@ services:
memory: 1000M # (2) memory: 1000M # (2)
volumes: volumes:
- mealie-data:/app/data/ - mealie-data:/app/data/
- /etc/timezone:/etc/timezone:ro
environment: environment:
# Set Backend ENV Variables Here # Set Backend ENV Variables Here
ALLOW_SIGNUP: true ALLOW_SIGNUP: true
PUID: 1000 PUID: 1000
PGID: 1000 PGID: 1000
TZ: America/Anchorage
MAX_WORKERS: 1 MAX_WORKERS: 1
WEB_CONCURRENCY: 1 WEB_CONCURRENCY: 1
BASE_URL: https://mealie.yourdomain.com BASE_URL: https://mealie.yourdomain.com