Remove TZ env variable from nextcloud

Seems to cause the server time to be set as UTC
main
Marko Korhonen 1 year ago
parent b2cd7e23dc
commit fdc9eb668d

@ -10,7 +10,6 @@ volumes = [
"/etc/localtime:/etc/localtime:ro",
]
environment = [
"TZ=Europe/Helsinki",
"REDIS_HOST=redis",
"REDIS_HOST_PASSWORD=123",
"TRUSTED_PROXIES=traefik",

Loading…
Cancel
Save