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:
parent
f8335d9513
commit
eca11956aa
@ -10,6 +10,7 @@ env = [
|
||||
"MM_SQLSETTINGS_DATASOURCE=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}?sslmode=disable&connect_timeout=10",
|
||||
"APP_PORT=8065",
|
||||
"TZ=UTC",
|
||||
"MATTERMOST_CONTAINER_READONLY=false",
|
||||
]
|
||||
mounts = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user