whiteboard: add tmpfs in app as this seems to be required now

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-01-28 12:16:51 +01:00
parent a87d7b3aa9
commit 365e8f6f79

View file

@ -857,6 +857,9 @@
"expose": [ "expose": [
"3002" "3002"
], ],
"tmpfs": [
"/app"
],
"internal_port": "3002", "internal_port": "3002",
"environment": [ "environment": [
"TZ=%TIMEZONE%", "TZ=%TIMEZONE%",