Skip to content

Commit

Permalink
Fix mistake in example comment (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
firecow authored Jun 18, 2024
1 parent 5de9f9c commit 2c8742a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/docker-swarm/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ services:
--council-host="http://172.17.0.1:8080"
--proxy="name=alpha bind_port=2184"
deploy: { update_config: { order: start-first, parallelism: 0 } }
# This requester service should be able to reach echoserver-alpha through the ratling-beta on port 2182
# This requester service should be able to reach echoserver-alpha through the ratling-beta on port 2184
debug-requester-beta:
image: firecow/ratnation:${DOCKER_TAG:-latest}
command: ["debug-requester", "--url=http://ratling-beta:2184"]
networks: [beta]
deploy: { update_config: { order: start-first, parallelism: 0 } }
# </editor-fold>
# </editor-fold>

0 comments on commit 2c8742a

Please sign in to comment.