From abe7a7ab081b86b0aba703b7ae208802b439d3a5 Mon Sep 17 00:00:00 2001 From: alexz Date: Fri, 16 Jan 2026 23:03:03 +0000 Subject: [PATCH] Remove deleted init-rego.sh mount from docker-compose files Co-Authored-By: Claude Opus 4.5 --- apps/rego-tunnel/docker-compose.json | 5 ----- apps/rego-tunnel/docker-compose.yml | 1 - 2 files changed, 6 deletions(-) diff --git a/apps/rego-tunnel/docker-compose.json b/apps/rego-tunnel/docker-compose.json index f9b565f..cd9a93a 100755 --- a/apps/rego-tunnel/docker-compose.json +++ b/apps/rego-tunnel/docker-compose.json @@ -51,11 +51,6 @@ "containerPath": "/sys/fs/cgroup", "readOnly": false }, - { - "hostPath": "/etc/runtipi/repos/runtipi/apps/rego-tunnel/shared/init-rego.sh", - "containerPath": "/opt/scripts/init-vpn.sh", - "readOnly": true - }, { "hostPath": "/etc/runtipi/repos/runtipi/apps/rego-tunnel/shared/xstartup", "containerPath": "/root/.vnc/xstartup", diff --git a/apps/rego-tunnel/docker-compose.yml b/apps/rego-tunnel/docker-compose.yml index c0a7c7e..0b24724 100755 --- a/apps/rego-tunnel/docker-compose.yml +++ b/apps/rego-tunnel/docker-compose.yml @@ -21,7 +21,6 @@ services: - ${APP_DATA_DIR}/config:/config - /etc/runtipi/repos/runtipi/apps/rego-tunnel/shared:/shared - /sys/fs/cgroup:/sys/fs/cgroup:rw - - /etc/runtipi/repos/runtipi/apps/rego-tunnel/shared/init-rego.sh:/opt/scripts/init-vpn.sh:ro - /etc/runtipi/repos/runtipi/apps/rego-tunnel/shared/xstartup:/root/.vnc/xstartup:ro labels: generated: true