mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-11 09:05:56 +08:00
Merge pull request #5983 from nextcloud/enh/noid/fix-whiteboard
whiteboard: add tmpfs in app as this seems to be required now
This commit is contained in:
commit
39595d632c
1 changed files with 3 additions and 0 deletions
|
@ -857,6 +857,9 @@
|
||||||
"expose": [
|
"expose": [
|
||||||
"3002"
|
"3002"
|
||||||
],
|
],
|
||||||
|
"tmpfs": [
|
||||||
|
"/app"
|
||||||
|
],
|
||||||
"internal_port": "3002",
|
"internal_port": "3002",
|
||||||
"environment": [
|
"environment": [
|
||||||
"TZ=%TIMEZONE%",
|
"TZ=%TIMEZONE%",
|
||||||
|
|
Loading…
Add table
Reference in a new issue