Skip to content

Commit

Permalink
feat: compose file add JUPYTER_PORT
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth committed Sep 9, 2024
1 parent 4462bee commit 6b7c372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:
environment:
SSHD_PORT: 36023 # custom sshd port
DEV_SERVER_PORT: 8023 # custom dev server port
JUPYTER_PORT: 8089 # custom jupyter lab port
PRE_SCRIPT_FILE: /usr/local/bin/pre-script.sh
POST_SCRIPT_FILE: /usr/local/bin/post-script.sh
volumes:
Expand Down

0 comments on commit 6b7c372

Please sign in to comment.