Y
Hacker News
new
|
ask
|
show
|
jobs
by
ramon
1493 days ago
If doing a docker swarm which ports are required? Not clear on installation documentation.
2 comments
christyjacob4
1493 days ago
yes it would be 80 and 443 for http traffic. And the ports that swarm requires for internal communications
https://docs.docker.com/engine/swarm/swarm-tutorial/#open-pr...
link
eldad_fux
1493 days ago
You just need to open port 80 and 443 for HTTP communication.
link