Skip to content

Commit

Permalink
Merge pull request mattermost#57 from craph/fix_tz
Browse files Browse the repository at this point in the history
Fix timezone typo refs: mattermost#56
  • Loading branch information
metanerd authored Oct 13, 2021
2 parents be0fe22 + 59619f2 commit 6c67b4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6c67b4b

Please sign in to comment.