mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
imaginary - add tmpfs in /tmp
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
fbeb120d0f
commit
382593d553
1 changed files with 4 additions and 1 deletions
|
|
@ -542,7 +542,10 @@
|
||||||
"networks": [
|
"networks": [
|
||||||
"nextcloud-aio"
|
"nextcloud-aio"
|
||||||
],
|
],
|
||||||
"read_only": true
|
"read_only": true,
|
||||||
|
"tmpfs": [
|
||||||
|
"/tmp"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"container_name": "nextcloud-aio-fulltextsearch",
|
"container_name": "nextcloud-aio-fulltextsearch",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue