diff --git a/system/lrde:mooc_python/Dockerfile b/system/lrde:mooc_python/Dockerfile index ad49b36e6bcc784d984dc38a1e35399164496f08..a0cf5adbd11a628a66c038e89109e37fdde29911 100644 --- a/system/lrde:mooc_python/Dockerfile +++ b/system/lrde:mooc_python/Dockerfile @@ -18,4 +18,4 @@ EXPOSE 8888 WORKDIR /home/toto -CMD su toto -s /bin/bash -c 'ipython notebook --ip=* --port 8888' +CMD su toto -s /bin/bash -c 'jupyter notebook --ip=0.0.0.0 --port 8888'