From 21422f2e1c2ff1d10dbec7fa5e9cf051042aee3a Mon Sep 17 00:00:00 2001 From: szaimen Date: Mon, 27 Jun 2022 12:12:07 +0200 Subject: [PATCH] the timezone needs to be UTC for the mastercontainer Signed-off-by: szaimen --- Containers/mastercontainer/start.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Containers/mastercontainer/start.sh b/Containers/mastercontainer/start.sh index 0c9c8e62..5f052ee5 100755 --- a/Containers/mastercontainer/start.sh +++ b/Containers/mastercontainer/start.sh @@ -184,4 +184,7 @@ E.g. https://internal.ip.of.this.server:8080 If your server has port 80 and 8443 open and you point a domain to your server, you can get a valid certificate automatially by opening the Nextcloud AIO Interface via: https://your-domain-that-points-to-this-server.tld:8443" +# Set the timezone to UTC +export TZ=UTC + exec "$@"