diff --git a/jupyterhub_config.py b/jupyterhub_config.py
index a82e611aaf8dbf9d4288e93b6867d816753e2f08..b0c7e78b70fcaa9ab479985853bf5a6c1d3513d2 100644
--- a/jupyterhub_config.py
+++ b/jupyterhub_config.py
@@ -1138,7 +1138,7 @@ c.DockerSpawner.notebook_dir = notebook_dir
 
 # Mount the real user's Docker volume on the host to the notebook user's
 # notebook directory in the container
-c.DockerSpawner.volumes = {"jupyterhub-user-{username}": notebook_dir}
+c.DockerSpawner.volumes = {"/cache/jupyterhub/users/{username}": notebook_dir}
 
 # Remove containers once they are stopped
 c.DockerSpawner.remove = False