From d6beacf0c8f16a8311f062f7e2ba1f4b37be80e8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 25 Sep 2021 08:53:30 +0200 Subject: [PATCH] Update config.json --- portainer/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/portainer/config.json b/portainer/config.json index 06e843ec7..31e50e04f 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -24,11 +24,12 @@ ], "ports": { "9000/tcp": 9000, + "9443/tcp": 9443, "8000/tcp": null }, "ports_description": { "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)" }, "webui": "[PROTO:ssl]://[HOST]:[PORT:9000]",