Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robireton authored Oct 21, 2020
1 parent 9f167c5 commit 71f4217
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 @@ -8,7 +8,7 @@ services:
- ./start-notebook.d:/usr/local/bin/start-notebook.d
- ./before-notebook.d:/usr/local/bin/before-notebook.d
ports:
- "0:0:0:0:1248:8888"
- "0.0.0.0:1248:8888"
restart: unless-stopped
command: >
start.sh jupyter lab
Expand Down

0 comments on commit 71f4217

Please sign in to comment.