mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-27 23:34:25 +08:00
set PGTZ, too
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
8669f49811
commit
76bdd92c7f
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@
|
|||
"POSTGRES_PASSWORD=%DATABASE_PASSWORD%",
|
||||
"POSTGRES_DB=nextcloud_database",
|
||||
"POSTGRES_USER=nextcloud",
|
||||
"TZ=%TIMEZONE%"
|
||||
"TZ=%TIMEZONE%",
|
||||
"PGTZ=%TIMEZONE%"
|
||||
],
|
||||
"maxShutdownTime": 1800,
|
||||
"restartPolicy": "unless-stopped"
|
||||
|
|
Loading…
Reference in a new issue