Skip to content
Snippets Groups Projects
Verified Commit f7774e4d authored by Olivier Benz's avatar Olivier Benz
Browse files

Do not override singleuser ip to 0.0.0.0

- JupyterHub singleuser arguments are set using environment variables
- https://github.com/jupyter/docker-stacks/pull/2203
parent 3ed07284
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,7 @@
set -e
# set default ip to 0.0.0.0
if [[ "${NOTEBOOK_ARGS} $*" != *"--ip="* ]]; then
NOTEBOOK_ARGS="--ip=0.0.0.0 ${NOTEBOOK_ARGS}"
fi
# JupyterHub singleuser arguments are set using environment variables
echo "Executing: jupyterhub-singleuser" "${NOTEBOOK_ARGS}" "$@"
# shellcheck disable=SC1091,SC2086
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment