diff --git a/jupyterhub_config.py b/jupyterhub_config.py
index 8319c0ce8acd2cd1db90c7285567a6f0be44efb7..71160946f48a929ec75b4ac039d3e90cee2cf0cd 100644
--- a/jupyterhub_config.py
+++ b/jupyterhub_config.py
@@ -1136,7 +1136,10 @@ c.DockerSpawner.notebook_dir = notebook_dir
 c.DockerSpawner.volumes = {"jupyterhub-user-{username}": notebook_dir}
 
 # Remove containers once they are stopped
-c.DockerSpawner.remove = True
+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