forked from mirrors/mattermost-docker
Fix a missing $ in DOMAIN variable
This commit is contained in:
parent
e8867805fe
commit
ac837e9952
@ -71,4 +71,4 @@ MM_SQLSETTINGS_DRIVERNAME=postgres
|
||||
MM_SQLSETTINGS_DATASOURCE=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}?sslmode=disable&connect_timeout=10
|
||||
|
||||
## Example settings (any additional setting added here also needs to be introduced in the docker-compose.yml)
|
||||
MM_SERVICESETTINGS_SITEURL=https://{DOMAIN}
|
||||
MM_SERVICESETTINGS_SITEURL=https://${DOMAIN}
|
||||
|
Loading…
Reference in New Issue
Block a user