From a1db8f35b7a83637083894eee90f182b2c09010d Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Mon, 13 Jan 2025 13:04:18 +0100 Subject: [PATCH] add timezone --- docker-compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index 17c3efd..07e7cad 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -55,6 +55,8 @@ services: restart: always volumes: - /opt/webcontent/tcpwiki:/storage + environment: + PHP_TIMEZONE: Europe/Zurich networks: - backend