File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -50,16 +50,13 @@ services:
5050volumes :
5151 jupyter-hub-vol :
5252 driver : local
53- external : true
5453 jupyter-hub-shared-scratch :
5554 driver : local
56- external : true
5755
5856# ---------------------------------------------------------------------------#
5957# Docker networks. #
6058# ---------------------------------------------------------------------------#
6159networks :
6260 cognet :
63- external : true
6461 name : cogstack-net
6562
Original file line number Diff line number Diff line change @@ -49,16 +49,13 @@ volumes:
4949 jupyter-hub-vol :
5050 name : " ${VOLUME_PREFIX:-deploy_}jupyter-hub-vol"
5151 driver : local
52- external : true
5352 jupyter-hub-shared-scratch :
5453 name : " ${VOLUME_PREFIX:-deploy_}jupyter-hub-shared-scratch"
5554 driver : local
56- external : true
5755
5856# ---------------------------------------------------------------------------#
5957# Docker networks. #
6058# ---------------------------------------------------------------------------#
6159networks :
6260 cognet :
63- external : true
64- name : cogstack-net
61+ name : cogstack-net
You can’t perform that action at this time.
0 commit comments