Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiFilipeCampos committed Apr 2, 2023
1 parent 6574dc2 commit 7fe4945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

services:
jupyter-notebook:
image: ghcr.io/ruifilipecampos/montycarlo:${MONTY_VERSION:-v0.1-alpha.1}
build: .
command: jupyter notebook --ip='0.0.0.0' --port=${MONTY_JUPYTER_PORT:-8888} --no-browser --allow-root --NotebookApp.token=${MONTY_JUPYTER_TOKEN:-''}
ports:
- ${MONTY_JUPYTER_PORT:-8888}:8888
Expand Down

0 comments on commit 7fe4945

Please sign in to comment.