From dd3c4235c9b242fb0f225b5ebfa6d699d63aa1e2 Mon Sep 17 00:00:00 2001 From: Luca De Feo Date: Thu, 12 Sep 2019 13:25:28 +0200 Subject: [PATCH] Added comment in jupyterhub_config.py Hope this helps fix issues like in #8 --- jupyterhub/jupyterhub_config.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/jupyterhub/jupyterhub_config.py b/jupyterhub/jupyterhub_config.py index 1d6fa52..50b37dc 100644 --- a/jupyterhub/jupyterhub_config.py +++ b/jupyterhub/jupyterhub_config.py @@ -1,3 +1,14 @@ +# JupyterHub configuration +# +## If you update this file, do not forget to delete the `jupyterhub_data` volume before restarting the jupyterhub service: +## +## docker volume rm jupyterhub_jupyterhub_data +## +## or, if you changed the COMPOSE_PROJECT_NAME to : +## +## docker volume rm _jupyterhub_data +## + import os ## Generic