You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enabled, portainer exposes the UI with port 9443, since IOTstack does not add that port to the docker-compose.yml file, one has to add it manually and then call docker compose up -d.
The problem is, that when a new container is added thru menu.sh the new added port fwd 9443:9443 is deleted.