Skip to content

Commit 52f7f3b

Browse files
manicsmathbunnyru
andauthored
Don't override singleuser ip to 0.0.0.0 (#2203)
Co-authored-by: Ayaz Salikhov <[email protected]>
1 parent dcecb31 commit 52f7f3b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

images/base-notebook/start-singleuser.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
# Entrypoint is start.sh
99
command = ["jupyterhub-singleuser"]
1010

11-
# set default ip to 0.0.0.0
12-
if "--ip=" not in os.environ.get("NOTEBOOK_ARGS", ""):
13-
command.append("--ip=0.0.0.0")
11+
# JupyterHub singleuser arguments are set using environment variables
1412

1513
# Append any optional NOTEBOOK_ARGS we were passed in.
1614
# This is supposed to be multiple args passed on to the notebook command,

0 commit comments

Comments
 (0)