From 534dbde0daa38394c13d83188173fec26aeebe5b Mon Sep 17 00:00:00 2001 From: Jonas Waeber <jonas.waeber@unibas.ch> Date: Thu, 6 Feb 2025 17:32:39 +0100 Subject: [PATCH] try this? --- jupyterhub_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub_config.py b/jupyterhub_config.py index a641e26..de9c9ad 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 = 'https://jupyterhub.ki.intern.ub.unibas.ch' \ No newline at end of file +c.JupyterHub.hub_connect_url = 'http://jupyterhub:8081' \ No newline at end of file -- GitLab