diff --git a/jupyterhub_config.py b/jupyterhub_config.py index 71160946f48a929ec75b4ac039d3e90cee2cf0cd..7357e7e37e117c73298025f71b5950e208e268ec 100644 --- a/jupyterhub_config.py +++ b/jupyterhub_config.py @@ -1141,5 +1141,5 @@ c.DockerSpawner.remove = False # For debugging arguments passed to spawned containers c.DockerSpawner.debug = True -c.JupyterHub.hub_ip = "jupyterhub" -c.JupyterHub.hub_port = 8080 \ No newline at end of file +# c.JupyterHub.hub_ip = "jupyterhub" +# c.JupyterHub.hub_port = 8080 \ No newline at end of file