Merge pull request #57 from craph/fix_tz

Fix timezone typo refs: https://github.com/mattermost/docker/issues/56
pull/68/head
Elisabeth Kulzer 2021-10-13 10:04:43 +02:00 committed by GitHub
commit 6c67b4b749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
# 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