Remove TZ env variable from nextcloud

Seems to cause the server time to be set as UTC
This commit is contained in:
Marko Korhonen 2023-04-16 12:50:05 +03:00
parent b2cd7e23dc
commit fdc9eb668d

View file

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