Remove TZ env variable from nextcloud
Seems to cause the server time to be set as UTC
This commit is contained in:
parent
b2cd7e23dc
commit
fdc9eb668d
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue