From d44a3c1a3bc4e4ad64d77e7d06848322e85f3774 Mon Sep 17 00:00:00 2001 From: alexz Date: Fri, 16 Jan 2026 20:34:14 +0000 Subject: [PATCH] feat(rego-tunnel): Mount custom xstartup to launch terminal with cisco-vpn script Co-Authored-By: Claude Opus 4.5 --- apps/rego-tunnel/docker-compose.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/rego-tunnel/docker-compose.json b/apps/rego-tunnel/docker-compose.json index 8a82a5a..5447f86 100755 --- a/apps/rego-tunnel/docker-compose.json +++ b/apps/rego-tunnel/docker-compose.json @@ -56,6 +56,13 @@ "readOnly": false, "shared": false, "private": false + }, + { + "hostPath": "/etc/runtipi/user-config/runtipi/rego-tunnel/shared/xstartup", + "containerPath": "/root/.vnc/xstartup", + "readOnly": false, + "shared": false, + "private": false } ], "stopGracePeriod": "30s",