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