Commit 1e3aa156 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #383 from minrk/override-port

singleuser: allow overriding port with JPY_PORT env
parents cfddc5a3 c4a00292
......@@ -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