Skip to content

Commit

Permalink
changed docker port from 8080:80 to 8080:8080 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-schmitt committed Apr 8, 2020
1 parent ad2dd82 commit 9b88a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/simulator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ To start the app locally, all you'll need is to
have `Docker <https://www.docker.com/>`_ installed on your computer.
From there, run this command into a terminal:

docker run -e BOKEH_ALLOW_WS_ORIGIN=127.0.0.1 -p 8080:80 oggm/bokeh:20200202 git+https://github.com/OGGM/glacier_simulator.git app.ipynb
docker run -e BOKEH_ALLOW_WS_ORIGIN=127.0.0.1 -p 8080:8080 oggm/bokeh:20200202 git+https://github.com/OGGM/glacier_simulator.git app.ipynb

Once running, you should be able to start the app in your browser at this
address: `http://127.0.0.1:8080/ <http://127.0.0.1:8080/>`_.

0 comments on commit 9b88a27

Please sign in to comment.