Skip to content

Commit

Permalink
docker-compose: add workdir argument to notebook container start command
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfillon committed Jul 7, 2016
1 parent fb5abe8 commit 86a269f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -20,4 +20,4 @@ notebook:
- src
ports:
- "8888:8888"
command: sh -c "jupyter notebook --no-browser --ip=0.0.0.0"
command: sh -c "jupyter notebook --no-browser --ip=0.0.0.0 --notebook-dir=/srv/src/timeside-diadems"

0 comments on commit 86a269f

Please sign in to comment.