Skip to content

Commit 0952c87

Browse files
committed
Changed default volume mount paths.
1 parent ee07bf9 commit 0952c87

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker/docker-compose-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)