mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-24 08:26:55 +00:00
make talk container read-only
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
6747613a34
commit
ab5449f835
4 changed files with 17 additions and 10 deletions
|
|
@ -332,6 +332,12 @@
|
|||
],
|
||||
"networks": [
|
||||
"nextcloud-aio"
|
||||
],
|
||||
"read_only": true,
|
||||
"tmpfs": [
|
||||
"/var/log/supervisord",
|
||||
"/var/run/supervisord",
|
||||
"/conf"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue