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",