From b8a5201d843519141fdda3593c75680b3bdd12dd Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 25 Sep 2021 09:01:43 +0200 Subject: [PATCH] Update config.json --- portainer/config.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/portainer/config.json b/portainer/config.json index 31e50e04f..58fde3623 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -23,13 +23,11 @@ "ssl" ], "ports": { - "9000/tcp": 9000, - "9443/tcp": 9443, + "9099/tcp": 9000, "8000/tcp": null }, "ports_description": { - "9000/tcp": "Web UI port http", - "9443/tcp": "Web UI port https", + "9099/tcp": "Web UI port", "8000/tcp": "Edge Agent Api (Enable when managing remote edge agents)" }, "webui": "[PROTO:ssl]://[HOST]:[PORT:9000]",