From 63e49b007aa96d802c6c2883898b14f855b8e2c6 Mon Sep 17 00:00:00 2001 From: ioqy <95605581+ioqy@users.noreply.github.com> Date: Fri, 31 Mar 2023 16:06:54 +0200 Subject: [PATCH] Added timezone to docker-compose examples --- docs/advanced-config/README.md | 2 ++ docs/setup/README.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/docs/advanced-config/README.md b/docs/advanced-config/README.md index a0acdda18..52237b548 100644 --- a/docs/advanced-config/README.md +++ b/docs/advanced-config/README.md @@ -120,6 +120,8 @@ services: # If you would rather use Sqlite, remove all DB_MYSQL_* lines above # Uncomment this if IPv6 is not enabled on your host # DISABLE_IPV6: 'true' + # Uncomment this if you want to change the timezone of the web UI and logfiles + # TZ: 'Etc/UTC' volumes: - ./data:/data - ./letsencrypt:/etc/letsencrypt diff --git a/docs/setup/README.md b/docs/setup/README.md index 032b714cf..a471c4579 100644 --- a/docs/setup/README.md +++ b/docs/setup/README.md @@ -27,6 +27,9 @@ services: # Uncomment this if IPv6 is not enabled on your host # DISABLE_IPV6: 'true' + # Uncomment this if you want to change the timezone of the web UI and logfiles + # TZ: 'Etc/UTC' + volumes: - ./data:/data - ./letsencrypt:/etc/letsencrypt