mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
change: docs now use TZ variable over read only bind mount /etc/timezone
This commit is contained in:
parent
5da990abd4
commit
b3885cc3f8
@ -18,12 +18,12 @@ services:
|
||||
memory: 1000M # (2)
|
||||
volumes:
|
||||
- mealie-data:/app/data/
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
environment:
|
||||
# Set Backend ENV Variables Here
|
||||
ALLOW_SIGNUP: true
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
TZ: America/Anchorage
|
||||
MAX_WORKERS: 1
|
||||
WEB_CONCURRENCY: 1
|
||||
BASE_URL: https://mealie.yourdomain.com
|
||||
|
@ -22,12 +22,12 @@ services:
|
||||
memory: 1000M # (2)
|
||||
volumes:
|
||||
- mealie-data:/app/data/
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
environment:
|
||||
# Set Backend ENV Variables Here
|
||||
ALLOW_SIGNUP: true
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
TZ: America/Anchorage
|
||||
MAX_WORKERS: 1
|
||||
WEB_CONCURRENCY: 1
|
||||
BASE_URL: https://mealie.yourdomain.com
|
||||
|
Loading…
x
Reference in New Issue
Block a user