diff --git a/jupyterhub_config.py b/jupyterhub_config.py index 026698a..84dbce5 100644 --- a/jupyterhub_config.py +++ b/jupyterhub_config.py @@ -27,7 +27,6 @@ c.DockerSpawner.use_internal_ip = True c.DockerSpawner.network_name = network_name # Pass the network name as argument to spawned containers c.DockerSpawner.extra_host_config = { 'network_mode': network_name } -c.DockerSpawner.extra_start_kwargs = { 'network_mode': network_name } # Explicitly set notebook directory because we'll be mounting a host volume to # it. Most jupyter/docker-stacks *-notebook images run the Notebook server as # user `jovyan`, and set the notebook directory to `/home/jovyan/work`.