Revert "Revert "Fix environment timezone""

This reverts commit b7d0323afa.
pull/52/head
Raphaël COMBEAU 2021-10-12 17:18:36 +02:00
parent 1a4a18e47d
commit bdb4f2b491
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ services:
- shared-webroot:/usr/share/nginx/html
environment:
# timezone inside container
- TZ
- TZ: ${TZ}
ports:
- ${HTTPS_PORT}:443
- ${HTTP_PORT}:80

View File

@ -18,7 +18,7 @@ services:
- ${POSTGRES_DATA_PATH}:/var/lib/postgresql/data
environment:
# timezone inside container
- TZ
- TZ: ${TZ}
# necessary Postgres options/variables
- POSTGRES_USER
@ -45,7 +45,7 @@ services:
- ${MATTERMOST_CLIENT_PLUGINS_PATH}:/mattermost/client/plugins:rw
environment:
# timezone inside container
- TZ
- TZ: ${TZ}
# necessary Mattermost options/variables (see env.example)
- MM_SQLSETTINGS_DRIVERNAME