Remove deleted init-rego.sh mount from docker-compose files
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:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user