diff --git a/jupyterhub_config.py b/jupyterhub_config.py
index 7357e7e37e117c73298025f71b5950e208e268ec..9723b9dfbd6dba769bff8456f838c0e155ee3fb6 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 = '0.0.0.0'
+c.JupyterHub.hub_connect_ip = 'jupyterhub'
\ No newline at end of file