Use APP_DATA_DIR directly for runtime mount
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
"readOnly": false
|
"readOnly": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"hostPath": "${APP_DATA_DIR}/runtime",
|
"hostPath": "${APP_DATA_DIR}",
|
||||||
"containerPath": "/runtime",
|
"containerPath": "/runtime",
|
||||||
"readOnly": false
|
"readOnly": false
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
- ${APP_PORT}:6080
|
- ${APP_PORT}:6080
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/config:/config
|
- ${APP_DATA_DIR}/config:/config
|
||||||
- ${APP_DATA_DIR}/runtime:/runtime
|
- ${APP_DATA_DIR}:/runtime
|
||||||
- /etc/runtipi/repos/runtipi/apps/rego-tunnel/shared:/shared
|
- /etc/runtipi/repos/runtipi/apps/rego-tunnel/shared:/shared
|
||||||
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
||||||
- /etc/runtipi/repos/runtipi/apps/rego-tunnel/shared/xstartup:/root/.vnc/xstartup:ro
|
- /etc/runtipi/repos/runtipi/apps/rego-tunnel/shared/xstartup:/root/.vnc/xstartup:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user