Skip to content

Commit

Permalink
remove deprecated --no-ssl arg from hub image
Browse files Browse the repository at this point in the history
it doesn't do anything
  • Loading branch information
minrk committed Sep 4, 2017
1 parent 9e5ae86 commit 627ff35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ EXPOSE 8081

USER ${NB_USER}

CMD jupyterhub --config /srv/jupyterhub_config.py --no-ssl
CMD jupyterhub --config /srv/jupyterhub_config.py

0 comments on commit 627ff35

Please sign in to comment.