From 3201609533c800fff7906d612c7e6878aede3351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20D=C3=A9moulins?= Date: Tue, 25 Sep 2018 18:23:09 +0200 Subject: [PATCH] Fix an issue with --ip=* --- system/lrde:mooc_python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/lrde:mooc_python/Dockerfile b/system/lrde:mooc_python/Dockerfile index ad49b36..a0cf5ad 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' -- GitLab