We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b72d13 commit 971092cCopy full SHA for 971092c
1 file changed
systest/backup/nfs-backup/docker-compose.yml
@@ -2,6 +2,8 @@ version: "3.5"
2
services:
3
#HA backup cluster
4
alpha1_backup_clust_ha:
5
+ depends_on:
6
+ - nfs
7
image: dgraph-nfs-client:local
8
build:
9
context: .
@@ -150,6 +152,7 @@ services:
150
152
working_dir: /data/alpha4
151
153
depends_on:
154
- alpha1_backup_clust_ha
155
156
links:
157
- nfs:nfs
158
privileged: true
0 commit comments