File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,10 @@ services:
5050volumes :
5151 jupyter-hub-vol :
5252 driver : local
53+ external : true
5354 jupyter-hub-shared-scratch :
5455 driver : local
56+ external : true
5557
5658# ---------------------------------------------------------------------------#
5759# Docker networks. #
Original file line number Diff line number Diff line change @@ -49,9 +49,11 @@ volumes:
4949 jupyter-hub-vol :
5050 name : " ${VOLUME_PREFIX:-deploy_}jupyter-hub-vol"
5151 driver : local
52+ external : true
5253 jupyter-hub-shared-scratch :
5354 name : " ${VOLUME_PREFIX:-deploy_}jupyter-hub-shared-scratch"
5455 driver : local
56+ external : true
5557
5658# ---------------------------------------------------------------------------#
5759# Docker networks. #
You can’t perform that action at this time.
0 commit comments