Skip to content

Commit bc3277c

Browse files
committed
Dockerfile updates.
1 parent d66fa20 commit bc3277c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docker/docker-compose-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ services:
5050
volumes:
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. #

docker/docker-compose.yml

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

0 commit comments

Comments
 (0)