From fc59b5947d5894d3a81bb6d7c3e3db9652c2fff0 Mon Sep 17 00:00:00 2001 From: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com> Date: Tue, 5 Aug 2025 16:04:55 +0100 Subject: [PATCH] Add localtime to docker compose volumes This is so that the server's timezone is automatically passed to the container, for when using custom API widgets which need to show absolute time --- README.md | 3 ++- docs/glance.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33b6554..7207c37 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ pages: channels: - theprimeagen - j_blow - - piratesoftware + - giantwaffle - cohhcarnage - christitustech - EJ_SA @@ -197,6 +197,7 @@ services: restart: unless-stopped volumes: - ./config:/app/config + - /etc/localtime:/etc/localtime:ro ports: - 8080:8080 ``` diff --git a/docs/glance.yml b/docs/glance.yml index 35dc7cb..b5c68c4 100644 --- a/docs/glance.yml +++ b/docs/glance.yml @@ -27,7 +27,7 @@ pages: channels: - theprimeagen - j_blow - - piratesoftware + - giantwaffle - cohhcarnage - christitustech - EJ_SA