Fix a missing $ in DOMAIN variable

This commit is contained in:
Marco Kundt 2021-05-11 17:02:36 +02:00
parent e8867805fe
commit ac837e9952

View File

@ -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}