From f1fd3572c57181b7600cd654492590b9c0829100 Mon Sep 17 00:00:00 2001 From: alexz Date: Fri, 16 Jan 2026 23:12:55 +0000 Subject: [PATCH] Use APP_DATA_DIR directly for runtime mount Co-Authored-By: Claude Opus 4.5 --- apps/rego-tunnel/docker-compose.json | 2 +- apps/rego-tunnel/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/rego-tunnel/docker-compose.json b/apps/rego-tunnel/docker-compose.json index 8d0d191..79960f7 100755 --- a/apps/rego-tunnel/docker-compose.json +++ b/apps/rego-tunnel/docker-compose.json @@ -42,7 +42,7 @@ "readOnly": false }, { - "hostPath": "${APP_DATA_DIR}/runtime", + "hostPath": "${APP_DATA_DIR}", "containerPath": "/runtime", "readOnly": false }, diff --git a/apps/rego-tunnel/docker-compose.yml b/apps/rego-tunnel/docker-compose.yml index 2b90041..12401b4 100755 --- a/apps/rego-tunnel/docker-compose.yml +++ b/apps/rego-tunnel/docker-compose.yml @@ -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