Use APP_DATA_DIR directly for runtime mount
Some checks failed
Test / test (push) Has been cancelled

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-16 23:12:55 +00:00
parent 3d715664db
commit f1fd3572c5
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
"readOnly": false
},
{
"hostPath": "${APP_DATA_DIR}/runtime",
"hostPath": "${APP_DATA_DIR}",
"containerPath": "/runtime",
"readOnly": false
},

View File

@@ -19,7 +19,7 @@ services:
- ${APP_PORT}:6080
volumes:
- ${APP_DATA_DIR}/config:/config
- ${APP_DATA_DIR}/runtime:/runtime
- ${APP_DATA_DIR}:/runtime
- /etc/runtipi/repos/runtipi/apps/rego-tunnel/shared:/shared
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- /etc/runtipi/repos/runtipi/apps/rego-tunnel/shared/xstartup:/root/.vnc/xstartup:ro