mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: add MATTERMOSE_READONLY env
This commit is contained in:
@@ -10,6 +10,7 @@ env = [
|
|||||||
"MM_SQLSETTINGS_DATASOURCE=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}?sslmode=disable&connect_timeout=10",
|
"MM_SQLSETTINGS_DATASOURCE=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}?sslmode=disable&connect_timeout=10",
|
||||||
"APP_PORT=8065",
|
"APP_PORT=8065",
|
||||||
"TZ=UTC",
|
"TZ=UTC",
|
||||||
|
"MATTERMOST_CONTAINER_READONLY=false",
|
||||||
]
|
]
|
||||||
mounts = []
|
mounts = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user