This commit is contained in:
2024-01-14 23:57:26 +08:00
parent 2ca76bf252
commit f692b646b9
2 changed files with 1 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ c.DockerSpawner.remove = True
c.DockerSpawner.debug = True
# User containers will access hub by container name on the Docker network
c.JupyterHub.hub_ip = os.environ.get('JUPYTERHUB_IP', '0.0.0.0')
c.JupyterHub.hub_ip = 'jupyterhub'
c.JupyterHub.hub_port = 8080
# Persist hub data on volume mounted inside container