imaginary - add tmpfs in /tmp

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-07-10 16:30:39 +02:00
parent fbeb120d0f
commit 382593d553

View file

@ -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",