Merge pull request #2875 from nextcloud/enh/2506/talk

make talk container read-only
This commit is contained in:
Simon L 2023-07-13 12:15:58 +02:00 committed by GitHub
commit d5f309df3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 10 deletions

View file

@ -340,6 +340,12 @@
],
"networks": [
"nextcloud-aio"
],
"read_only": true,
"tmpfs": [
"/var/log/supervisord",
"/var/run/supervisord",
"/conf"
]
},
{