Update README.md

Always mount config files as read-only. Otherwise, the app can corrupt your configuration. This would be an isolation violation.
pull/518/head
Andreas Schildbach 5 months ago committed by Manuel Stahl
parent 5d1e43611c
commit e094047388

@ -116,7 +116,7 @@ services:
synapse-admin:
...
volumes:
./config.json:/app/config.json
./config.json:/app/config.json:ro
...
```

Loading…
Cancel
Save