From e5d2784fc8e4592815f09dac5c0dc1ea142b67fa Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Tue, 19 Jun 2018 18:59:07 +0300 Subject: [PATCH] fix(templates): fix minio volume definition --- templates.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates.json b/templates.json index a4aa278..583125b 100644 --- a/templates.json +++ b/templates.json @@ -210,8 +210,8 @@ "label": "Minio secret key" } ], - "volumes": ["/export", "/root/.minio"], - "command": "server /export" + "volumes": ["/data", "/root/.minio"], + "command": "server /data" }, { "type": "container",