Skip to content

Commit

Permalink
Merge pull request #661 from openziti/fix-hello-port
Browse files Browse the repository at this point in the history
correct the TCP port hint
  • Loading branch information
scareything committed May 24, 2023
2 parents de17032 + d10ed7e commit 189333f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
- ziti-host
privileged: false # no privileges necessary for run-host mode

hello: # http://hello:80 from bridge network "ziti-host"
hello: # http://hello:8080 from bridge network "ziti-host"
image: netfoundry/hello-world-webpage
networks:
- ziti-host
Expand Down

0 comments on commit 189333f

Please sign in to comment.