Skip to content

Commit

Permalink
Merge pull request #97 from fw42/fix_example
Browse files Browse the repository at this point in the history
Fix port number in httpstream example
  • Loading branch information
progrium committed May 1, 2015
2 parents 73304a2 + 8e410f0 commit 3e49b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Using the [httpstream module](http://github.com/gliderlabs/logspout/blob/master/

$ docker run -d --name="logspout" \
--volume=/var/run/docker.sock:/tmp/docker.sock \
--publish=127.0.0.1:8000:8000 \
--publish=127.0.0.1:8000:80 \
gliderlabs/logspout
$ curl http://127.0.0.1:8000/logs

Expand Down

0 comments on commit 3e49b29

Please sign in to comment.