From 5a0aed3f0058baa53292c653f7ca747ccd047dda Mon Sep 17 00:00:00 2001 From: Bill Maxwell Date: Fri, 1 Jul 2016 16:39:06 -0700 Subject: [PATCH] added missing datavolume (#209) --- templates/glusterfs/0/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/glusterfs/0/docker-compose.yml b/templates/glusterfs/0/docker-compose.yml index 4ed34e3..c3ec219 100644 --- a/templates/glusterfs/0/docker-compose.yml +++ b/templates/glusterfs/0/docker-compose.yml @@ -40,6 +40,7 @@ glusterfs-data: volumes: - /var/run - /var/lib/glusterd + - /data/glusterfs/brick1 labels: io.rancher.container.hostname_override: container_name io.rancher.container.start_once: true