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