mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-24 16:36:51 +00:00
a few fixes
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
6bab59c5f9
commit
4a60b4d004
4 changed files with 11 additions and 5 deletions
|
|
@ -61,7 +61,8 @@
|
|||
"/var/log/supervisord",
|
||||
"/var/run/supervisord",
|
||||
"/usr/local/apache2/logs",
|
||||
"/caddy"
|
||||
"/caddy",
|
||||
"/tmp"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -304,7 +305,8 @@
|
|||
],
|
||||
"read_only": true,
|
||||
"tmpfs": [
|
||||
"/opt/cool/child-roots"
|
||||
"/opt/cool/child-roots",
|
||||
"/etc/coolwsd"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -352,7 +354,8 @@
|
|||
"tmpfs": [
|
||||
"/var/log/supervisord",
|
||||
"/var/run/supervisord",
|
||||
"/conf"
|
||||
"/conf",
|
||||
"/tmp"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue