Skip to content

Commit bcfba06

Browse files
committed
Trying to fix network github action problem
1 parent 00a63ff commit bcfba06

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docker/cli.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ networks:
1818
# If COMPOSITE_PROJECT_NAME is missing, default value will be "docker" (name of folder this file is in)
1919
default:
2020
name: ${COMPOSE_PROJECT_NAME:-docker}_dspacenet
21-
external: true
21+
external: false
2222
services:
2323
dspace-cli:
2424
image: "${DOCKER_OWNER:-dataquest}/dspace-cli:${DSPACE_VER:-dspace-7_x}"
@@ -60,6 +60,8 @@ services:
6060
command: help
6161
tty: true
6262
stdin_open: true
63+
networks:
64+
- dspacenet
6365

6466
volumes:
6567
assetstore:

0 commit comments

Comments
 (0)