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:
17
17
- jupyter-hub-shared-scratch:/home/jovyan/scratch
18
18
- jupyter-hub-vol:/srv/jupyterhub
19
19
# 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
22
22
- ../config/jupyterhub_cookie_secret:/srv/jupyterhub/jupyterhub_cookie_secret:ro
23
23
# User list and jupyter config
24
24
- ../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:
17
17
- jupyter-hub-shared-scratch:/home/jovyan/scratch
18
18
- jupyter-hub-vol:/srv/jupyterhub
19
19
# 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
22
22
- ../config/jupyterhub_cookie_secret:/srv/jupyterhub/jupyterhub_cookie_secret:ro
23
23
# User list and jupyter config
24
24
- ../config/jupyterhub_config.py:/srv/jupyterhub/jupyterhub_config.py:ro
You can’t perform that action at this time.
0 commit comments