Skip to content
Snippets Groups Projects
Commit 017d9a25 authored by Guillaume ROSINOSKY's avatar Guillaume ROSINOSKY
Browse files

add vnc port

parent c84d38d0
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
], ],
// Use 'forwardPorts' to make a list of ports inside the container available locally. // 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. // Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "gcc -v", // "postCreateCommand": "gcc -v",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment