From 0edbdadcbf0fca310d7999fc01799fac91b61548 Mon Sep 17 00:00:00 2001 From: Jonas Waeber <jonas.waeber@unibas.ch> Date: Thu, 6 Feb 2025 17:04:32 +0100 Subject: [PATCH] revert --- jupyterhub_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyterhub_config.py b/jupyterhub_config.py index 7116094..7357e7e 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 = "jupyterhub" +# c.JupyterHub.hub_port = 8080 \ No newline at end of file -- GitLab