mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-24 22:06:00 +08:00
the timezone needs to be UTC for the mastercontainer
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
fc58ec2ac2
commit
21422f2e1c
1 changed files with 3 additions and 0 deletions
|
@ -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 "$@"
|
||||
|
|
Loading…
Reference in a new issue