Merge pull request #2926 from nextcloud/enh/noid/imaginary-add-tmpfs

imaginary - add tmpfs in /tmp
This commit is contained in:
Simon L
2023-07-10 16:47:21 +02:00
committed by GitHub

View File

@@ -542,7 +542,10 @@
"networks": [
"nextcloud-aio"
],
"read_only": true
"read_only": true,
"tmpfs": [
"/tmp"
]
},
{
"container_name": "nextcloud-aio-fulltextsearch",