There was an error while loading. Please reload this page.
1 parent 00a63ff commit bcfba06Copy full SHA for bcfba06
1 file changed
docker/cli.yml
@@ -18,7 +18,7 @@ networks:
18
# If COMPOSITE_PROJECT_NAME is missing, default value will be "docker" (name of folder this file is in)
19
default:
20
name: ${COMPOSE_PROJECT_NAME:-docker}_dspacenet
21
- external: true
+ external: false
22
services:
23
dspace-cli:
24
image: "${DOCKER_OWNER:-dataquest}/dspace-cli:${DSPACE_VER:-dspace-7_x}"
@@ -60,6 +60,8 @@ services:
60
command: help
61
tty: true
62
stdin_open: true
63
+ networks:
64
+ - dspacenet
65
66
volumes:
67
assetstore:
0 commit comments