diff --git a/docs/docs/documentation/getting-started/installation/postgres.md b/docs/docs/documentation/getting-started/installation/postgres.md index ce5b8c3d6146..efb47f477cc3 100644 --- a/docs/docs/documentation/getting-started/installation/postgres.md +++ b/docs/docs/documentation/getting-started/installation/postgres.md @@ -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 diff --git a/docs/docs/documentation/getting-started/installation/sqlite.md b/docs/docs/documentation/getting-started/installation/sqlite.md index d972809ffe00..820df6750def 100644 --- a/docs/docs/documentation/getting-started/installation/sqlite.md +++ b/docs/docs/documentation/getting-started/installation/sqlite.md @@ -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