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:
Simon L. 2025-01-28 12:18:52 +01:00 committed by GitHub
commit 39595d632c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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