From cdb94fe2a6b2d5839708f6c794839c785aa12c38 Mon Sep 17 00:00:00 2001 From: Guillaume ROSINOSKY <guillaumerosinosky@yahoo.fr> Date: Mon, 14 Apr 2025 00:10:41 +0200 Subject: [PATCH] add vnc port --- .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