Skip to content
Snippets Groups Projects
Commit de5b4d7b authored by ale's avatar ale
Browse files

Typo

parent 0d317486
No related branches found
No related tags found
No related merge requests found
...@@ -73,8 +73,8 @@ ...@@ -73,8 +73,8 @@
# This creates a volume for each user to store their notebooks. As an alternative, # This creates a volume for each user to store their notebooks. As an alternative,
# we could bind-mount local filesystem paths (but something must create them first). # we could bind-mount local filesystem paths (but something must create them first).
c.DockerSpawner.volumes = { c.DockerSpawner.volumes = {
'jupyterhub-user-{username}': '/home/jovyan/work' 'jupyterhub-user-{username}': '/home/jovyan/work',
'jupyterhub-shared': '/home/jovyan/work/shared' 'jupyterhub-shared': '/home/jovyan/work/shared',
} }
c.DockerSpawner.network_name = 'jupyter' c.DockerSpawner.network_name = 'jupyter'
c.DockerSpawner.image = 'registry.git.autistici.org/ula/images/jupyter-notebook:main' c.DockerSpawner.image = 'registry.git.autistici.org/ula/images/jupyter-notebook:main'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment