Update port 8006 onAutoForward action

Changed the onAutoForward action for port 8006 from 'openBrowser' to 'notify'.
This commit is contained in:
Kroese 2025-10-19 08:37:39 +02:00 committed by GitHub
parent bea10f4842
commit ef8767c6d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,11 +4,10 @@
"containerEnv": { "containerEnv": {
"VERSION": "7u" "VERSION": "7u"
}, },
"forwardPorts": [8006],
"portsAttributes": { "portsAttributes": {
"8006": { "8006": {
"label": "Web", "label": "Web",
"onAutoForward": "openBrowser" "onAutoForward": "notify"
} }
}, },
"otherPortsAttributes": { "otherPortsAttributes": {