fix(templates): fix minio volume definition
This commit is contained in:
@@ -210,8 +210,8 @@
|
||||
"label": "Minio secret key"
|
||||
}
|
||||
],
|
||||
"volumes": ["/export", "/root/.minio"],
|
||||
"command": "server /export"
|
||||
"volumes": ["/data", "/root/.minio"],
|
||||
"command": "server /data"
|
||||
},
|
||||
{
|
||||
"type": "container",
|
||||
|
||||
Reference in New Issue
Block a user