We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd3090 commit 701abf0Copy full SHA for 701abf0
docker-compose.yml
@@ -3,6 +3,6 @@ services:
3
notebook:
4
image: jhudatascience/docker-notebook
5
volumes:
6
- - "PWD":/home/jovyan/work
+ - "$PWD":/home/jovyan/work
7
ports:
8
- 8888:8888
0 commit comments