Skip to content

Commit c53a6c9

Browse files
committed
Reverted network settings.
1 parent 7b4ba70 commit c53a6c9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docker/docker-compose-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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:
5959
networks:
6060
cognet:
6161
name: cogstack-net
62+
external: true
6263

docker/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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:
5959
networks:
6060
cognet:
6161
name: cogstack-net
62+
external: true

0 commit comments

Comments
 (0)