From b3885cc3f8d9a8fed6438675390803b4e4dcfba2 Mon Sep 17 00:00:00 2001 From: Tarek Al-Qarqaz Date: Tue, 2 Apr 2024 16:38:19 +0000 Subject: [PATCH] change: docs now use TZ variable over read only bind mount /etc/timezone --- .../docs/documentation/getting-started/installation/postgres.md | 2 +- docs/docs/documentation/getting-started/installation/sqlite.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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