fix(templates): fix minio volume definition
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user