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
commit 3794140e71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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