Revert "Fix environment timezone"

This reverts commit cba045df69.
pull/49/head
Raphaël COMBEAU 2021-10-11 16:03:22 +02:00
parent 503eb0e21a
commit b7d0323afa
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ services:
# - ${GITLAB_PKI_CHAIN_PATH}:/etc/ssl/certs/pki_chain.pem:ro
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
# necessay 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