nextcloud container - make tmp a tmpfs

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-07-19 14:03:02 +02:00
parent 70b46093ab
commit d2be89c502
2 changed files with 4 additions and 0 deletions

View file

@ -209,6 +209,9 @@
],
"networks": [
"nextcloud-aio"
],
"tmpfs": [
"/tmp"
]
},
{