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 29, 2023
1 parent 64615c5 commit 8879a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@


services:
jupyter-notebook: ghcr.io/ruifilipecampos/montycarlo:${MONTY_VERSION:-dev}
image: .
jupyter-notebook:
image: ghcr.io/ruifilipecampos/montycarlo:${MONTY_VERSION:-dev}
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 8879a4e

Please sign in to comment.