diff --git a/docs/index.html b/docs/index.html index 570f5cd8..61dd2b9f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2491,7 +2491,7 @@ There are many ways to deal with inbound traffic on a Swarm cluster. .exercise[ -- Point your browser to port 8080 of any node of the Swarm +- Point your browser to port 8080 of your node1's public ip (If you use Play-With-Docker, click on the (8080) badge) @@ -6553,7 +6553,7 @@ class: prom-auto ```bash docker-compose -f prometheus.yml build docker-compose -f prometheus.yml push - docker stack deploy -c prometheus.yml + docker stack deploy -c prometheus.yml prometheus ``` ]