From 86a269f1c02fdfb7faa8106c55c2f933152cbffb Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 7 Jul 2016 23:52:10 +0200 Subject: [PATCH] docker-compose: add workdir argument to notebook container start command --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index c6e94c1..0601245 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"