Update config.json

This commit is contained in:
Alexandre
2021-09-25 08:53:30 +02:00
committed by GitHub
parent 06b28a2a87
commit d6beacf0c8

View File

@@ -24,11 +24,12 @@
], ],
"ports": { "ports": {
"9000/tcp": 9000, "9000/tcp": 9000,
"9443/tcp": 9443,
"8000/tcp": null "8000/tcp": null
}, },
"ports_description": { "ports_description": {
"9000/tcp": "Web UI port http", "9000/tcp": "Web UI port http",
"9443/tcp": "Web UI port http", "9443/tcp": "Web UI port https",
"8000/tcp": "Edge Agent Api (Enable when managing remote edge agents)" "8000/tcp": "Edge Agent Api (Enable when managing remote edge agents)"
}, },
"webui": "[PROTO:ssl]://[HOST]:[PORT:9000]", "webui": "[PROTO:ssl]://[HOST]:[PORT:9000]",