Expose port label

This commit is contained in:
Mickaël Rémond 2021-05-11 09:00:44 +00:00 committed by GitHub
parent ef1d9a0723
commit 5d0c0eb03d
1 changed files with 21 additions and 1 deletions

View File

@ -24,5 +24,25 @@
// "postCreateCommand": "sh .devcontainer/post-create.sh",
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
"remoteUser": "vscode",
"portsAttributes": {
"1883": {
"label": "MQTT"
},
"5222": {
"label": "XMPP C2S"
},
"5223": {
"label": "Legacy XMPP C2S"
},
"5269": {
"label": "XMPP S2S"
},
"5280": {
"label": "ejabberd HTTP"
},
"5443": {
"label": "ejabberd HTTPS"
}
}
}