From 5ff069f8d81a528996cac1bc1440af5cf4275ac7 Mon Sep 17 00:00:00 2001 From: Jonas Waeber <jonas.waeber@unibas.ch> Date: Thu, 6 Feb 2025 17:47:17 +0100 Subject: [PATCH] try fixed --- jupyterhub_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub_config.py b/jupyterhub_config.py index 595882e..9a84a93 100644 --- a/jupyterhub_config.py +++ b/jupyterhub_config.py @@ -1146,4 +1146,4 @@ c.DockerSpawner.debug = True import socket c.JupyterHub.hub_ip = '0.0.0.0' -# c.JupyterHub.hub_connect_url = 'http://jupyterhub:8081' \ No newline at end of file +c.JupyterHub.hub_connect_url = 'http:// 172.18.0.2:8081' \ No newline at end of file -- GitLab