Remove unwanted Swarmpit port 888#51
Conversation
Added Notes i.e:- NOTE:- If you get error "network "traefik-public" is declared as external, but could not be found. You need to create a swarm-scoped network before the stack is deployed " then please create network by using this command docker network create --driver=overlay traefik-public then again run docker stack deploy -c swarmpit.yml swarmpit Updated DNS url:- https://<your swarmpit domain> to https://<your swarmpit domain>:888
|
Thanks for your interest and effort! So, the note shouldn't be necessary as it starts with:
And it expects the cluster to be deployed with a main Traefik load balancer as described in the first tutorials. About the port Thanks! ☕ |
|
Hi @tiangolo Thank you for fixing the port number issue and merging my PR, appreciate your support. Rest about Notes, Actually I struggled while doing that configuration so placed because might be other also would be facing same so atleast they can quickly see and look what they need to do. what you say ? Regards, |
|
Thanks, but I prefer to keep it simple, if I add notes for all the possible errors that could happen then it would be much bigger. So I prefer to have it as simple as possible and try to explain as clearly as possible each step, including the previous ones. |
Added Notes i.e:-
NOTE:- If you get error "network "traefik-public" is declared as external, but could not be found. You need to create a swarm-scoped network before the stack is deployed
" then please create network by using this command docker network create --driver=overlay traefik-public then again run docker stack deploy -c swarmpit.yml swarmpit
Updated DNS url:-
https:// to https://:888