mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 07:26:55 +00:00
Merge pull request #2926 from nextcloud/enh/noid/imaginary-add-tmpfs
imaginary - add tmpfs in /tmp
This commit is contained in:
commit
3794140e71
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