We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461fd40 commit dd3c423Copy full SHA for dd3c423
jupyterhub/jupyterhub_config.py
@@ -1,3 +1,14 @@
1
+# JupyterHub configuration
2
+#
3
+## If you update this file, do not forget to delete the `jupyterhub_data` volume before restarting the jupyterhub service:
4
+##
5
+## docker volume rm jupyterhub_jupyterhub_data
6
7
+## or, if you changed the COMPOSE_PROJECT_NAME to <name>:
8
9
+## docker volume rm <name>_jupyterhub_data
10
11
+
12
import os
13
14
## Generic
0 commit comments