Skip to content

Commit 971092c

Browse files
ShivaShiva
authored andcommitted
add depends on
1 parent 6b72d13 commit 971092c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

systest/backup/nfs-backup/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ version: "3.5"
22
services:
33
#HA backup cluster
44
alpha1_backup_clust_ha:
5+
depends_on:
6+
- nfs
57
image: dgraph-nfs-client:local
68
build:
79
context: .
@@ -150,6 +152,7 @@ services:
150152
working_dir: /data/alpha4
151153
depends_on:
152154
- alpha1_backup_clust_ha
155+
- nfs
153156
links:
154157
- nfs:nfs
155158
privileged: true

0 commit comments

Comments
 (0)