diff --git a/README.md b/README.md
index 8d84efe2538779fbc30180995f8d3b8e868aeb8e..89c651c0bf3e8aa2e513f6e7420e01dbf426d1c7 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ docker run --rm -it -P -p 5901:5901 -p 6080:6080 -p 8888:8888 gitlab-registry.ce
 
 If you would like to mount directories from your local file system into the container, please use `/code` as target directory in the container (and in particular do not mount to `/home/cmsusr` since this will break the VNC setup).
 
-To use [Jupyter Lab](https://jupyter.org/), run `jupyter-lab` and then point your browser to [http://localhost:8888/lab](http://localhost:8888/lab).
+To use [Jupyter Lab](https://jupyter.org/), run `jupyter-lab --ip=0.0.0.0 --no-browser` and then point your browser to [http://localhost:8888/lab](http://localhost:8888/lab).
 
 To start the VNC server when not using Jupyter Lab, run in the container: