fix(templates): fix minio volume definition

This commit is contained in:
Anthony Lapenna
2018-06-19 18:59:07 +03:00
parent 6159966b9c
commit e5d2784fc8

View File

@@ -210,8 +210,8 @@
"label": "Minio secret key" "label": "Minio secret key"
} }
], ],
"volumes": ["/export", "/root/.minio"], "volumes": ["/data", "/root/.minio"],
"command": "server /export" "command": "server /data"
}, },
{ {
"type": "container", "type": "container",