mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-21 22:11:27 +00:00
Update README.md
Always mount config files as read-only. Otherwise, the app can corrupt your configuration. This would be an isolation violation.
This commit is contained in:
parent
5d1e43611c
commit
e094047388
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ services:
|
|||
synapse-admin:
|
||||
...
|
||||
volumes:
|
||||
./config.json:/app/config.json
|
||||
./config.json:/app/config.json:ro
|
||||
...
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue