mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-03 04:25:24 +02:00
change: docs now use TZ variable over read only bind mount /etc/timezone
This commit is contained in:
parent
5da990abd4
commit
b3885cc3f8
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue