Skip to content

Commit dd3c423

Browse files
authored
Added comment in jupyterhub_config.py
Hope this helps fix issues like in #8
1 parent 461fd40 commit dd3c423

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

jupyterhub/jupyterhub_config.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
import os
213

314
## Generic

0 commit comments

Comments
 (0)