Skip to content

Commit

Permalink
Merge pull request e-mission#169 from jpfleischer/port
Browse files Browse the repository at this point in the history
Set 47962 port
  • Loading branch information
shankari authored Oct 16, 2024
2 parents 73ab188 + a4fe197 commit c8f8522
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- STUDY_CONFIG=stage-program
ports:
# ipynb in numbers
- "47962:8888"
- "47962:47962"
networks:
- emission
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- STUDY_CONFIG=stage-program
ports:
# ipynb in numbers
- "47962:8888"
- "47962:47962"
networks:
- emission
volumes:
Expand Down
2 changes: 1 addition & 1 deletion viz_scripts/docker/start_notebook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cd saved-notebooks
# tail -f /dev/null
if [ -z ${CRON_MODE} ] ; then
echo "Running notebook in docker, change host:port to localhost:47962 in the URL below"
PYTHONPATH=/usr/src/app jupyter notebook --no-browser --ip=0.0.0.0 --allow-root
PYTHONPATH=/usr/src/app jupyter notebook --no-browser --ip=0.0.0.0 --port=47962 --allow-root
else
echo "Running crontab without user interaction, setting python path"
export PYTHONPATH=/usr/src/app
Expand Down

0 comments on commit c8f8522

Please sign in to comment.