diff --git a/portainer/config.json b/portainer/config.json index 7e96f28..35bd929 100755 --- a/portainer/config.json +++ b/portainer/config.json @@ -21,10 +21,12 @@ "ssl" ], "ports": { - "80/tcp": null + "80/tcp": null, + "8000/tcp": null }, "ports_description": { - "80/tcp": "Web interface (Not required for Hass.io Ingress)" + "80/tcp": "Web interface (Not required for Hass.io Ingress)", + "8000/tcp": "Edge Agent Api (Enable when managing remote edge agents)" }, "boot": "auto", "hassio_api": true,