Skip to content

Commit

Permalink
Should be port 8080 instead of 8000 from the docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
phondanai committed Oct 13, 2017
1 parent 866bca3 commit bffdd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/1_hello.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ On Linux and OSX run the server with just: `python3 hello.py`.

If using Docker run `docker run -p 8080:8080 -v $(pwd)/hello.py:/hello.py japronto/japronto --script /hello.py`. This will mount local `hello.py` into container as `/hello.py` which is later passed to Docker entry point.

Now open the address `http://localhost:8000` in your web browser. You should see the message *Hello world!*.
Now open the address `http://localhost:8080` in your web browser. You should see the message *Hello world!*.

You now have a working Japronto server!

Expand Down

0 comments on commit bffdd3d

Please sign in to comment.