From 36375d753cb5a2868af4c09fdc1db6cb1bdf75c3 Mon Sep 17 00:00:00 2001 From: Jonas Waeber <jonas.waeber@unibas.ch> Date: Thu, 6 Feb 2025 17:11:32 +0100 Subject: [PATCH] try something --- jupyterhub_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyterhub_config.py b/jupyterhub_config.py index 7357e7e..9723b9d 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 -- GitLab