File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
1515 env_file :
1616 - ${DEPLOYMENT_ENV_FILE_PATH_GENERAL:-../env/general.env}
1717 - ${JUPYTERHUB_ENV_FILE_PATH_CONFIG:-../env/jupyter.env}
18-
18+ user : " root "
1919 volumes :
2020 - jupyter-hub-shared-scratch:/home/jovyan/scratch
2121 - jupyter-hub-vol:/srv/jupyterhub
@@ -59,4 +59,5 @@ volumes:
5959networks :
6060 cognet :
6161 name : cogstack-net
62+ external : true
6263
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
1313 env_file :
1414 - ${DEPLOYMENT_ENV_FILE_PATH_GENERAL:-../env/general.env}
1515 - ${JUPYTERHUB_ENV_FILE_PATH_CONFIG:-../env/jupyter.env}
16-
16+ user : " root "
1717 volumes :
1818 - jupyter-hub-shared-scratch:/home/jovyan/scratch
1919 - jupyter-hub-vol:/srv/jupyterhub
@@ -59,3 +59,4 @@ volumes:
5959networks :
6060 cognet :
6161 name : cogstack-net
62+ external : true
You can’t perform that action at this time.
0 commit comments