File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ services:
1717 - jupyter-hub-shared-scratch:/home/jovyan/scratch
1818 - jupyter-hub-vol:/srv/jupyterhub
1919 # Security configs
20- - .. /${DEFAULT_SECURITY_DIR:-./security/}root-ca.key:/srv/jupyterhub/root-ca.key:ro
21- - .. /${DEFAULT_SECURITY_DIR:-./security/}root-ca.pem:/srv/jupyterhub/root-ca.pem:ro
20+ - ./${DEFAULT_SECURITY_DIR:-. ./security/}root-ca.key:/srv/jupyterhub/root-ca.key:ro
21+ - ./${DEFAULT_SECURITY_DIR:-. ./security/}root-ca.pem:/srv/jupyterhub/root-ca.pem:ro
2222 - ../config/jupyterhub_cookie_secret:/srv/jupyterhub/jupyterhub_cookie_secret:ro
2323 # User list and jupyter config
2424 - ../config/jupyterhub_config.py:/srv/jupyterhub/jupyterhub_config.py:ro
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ services:
1717 - jupyter-hub-shared-scratch:/home/jovyan/scratch
1818 - jupyter-hub-vol:/srv/jupyterhub
1919 # Security configs
20- - .. /${DEFAULT_SECURITY_DIR:-./security/}root-ca.key:/srv/jupyterhub/root-ca.key:ro
21- - .. /${DEFAULT_SECURITY_DIR:-./security/}root-ca.pem:/srv/jupyterhub/root-ca.pem:ro
20+ - ./${DEFAULT_SECURITY_DIR:-. ./security/}root-ca.key:/srv/jupyterhub/root-ca.key:ro
21+ - ./${DEFAULT_SECURITY_DIR:-. ./security/}root-ca.pem:/srv/jupyterhub/root-ca.pem:ro
2222 - ../config/jupyterhub_cookie_secret:/srv/jupyterhub/jupyterhub_cookie_secret:ro
2323 # User list and jupyter config
2424 - ../config/jupyterhub_config.py:/srv/jupyterhub/jupyterhub_config.py:ro
You can’t perform that action at this time.
0 commit comments