Add forwardPorts configuration to devcontainer.json

This commit is contained in:
Kroese 2025-10-19 12:28:20 +02:00 committed by GitHub
parent 011ed63f13
commit 99d37dfd67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@
"containerEnv": { "containerEnv": {
"VERSION": "tiny10" "VERSION": "tiny10"
}, },
"forwardPorts": [8006],
"portsAttributes": { "portsAttributes": {
"8006": { "8006": {
"label": "Web", "label": "Web",