From 63a556ea0039183f66c10f53f2e909c745f314e5 Mon Sep 17 00:00:00 2001 From: Guillaume ROSINOSKY <guillaumerosinosky@yahoo.fr> Date: Tue, 8 Apr 2025 21:43:50 +0000 Subject: [PATCH] add port forward for VNC --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f42ea00..067d85a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,7 +19,7 @@ ], // Use 'forwardPorts' to make a list of ports inside the container available locally. - "forwardPorts": [], + "forwardPorts": [5900], // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "gcc -v", -- GitLab