Skip to content

Commit 85f64e4

Browse files
committed
Don't use local mount for config
1 parent 5aa6e91 commit 85f64e4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

config.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,5 @@
3939
"network": {
4040
"type": "host"
4141
},
42-
"mounts": [
43-
{
44-
"type": "bind",
45-
"destination": "/etc/docker-volumes/gluster",
46-
"source": "/etc/docker-volumes/gluster",
47-
"options": ["rw"]
48-
}
49-
],
5042
"propagatedmount": "/var/lib/docker-volumes/gluster"
5143
}

0 commit comments

Comments
 (0)