Commit c4a00292 authored by Min RK's avatar Min RK

singleuser: allow overriding port with JPY_PORT

parent 599db13f
......@@ -11,7 +11,7 @@ then
fi
exec jupyterhub-singleuser \
--port=8888 \
--port=${JPY_PORT:-8888} \
--ip=0.0.0.0 \
--user=$JPY_USER \
--cookie-name=$JPY_COOKIE_NAME \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment