Skip to content

Commit

Permalink
fix(templates): fix minio volume definition
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantony committed Jun 19, 2018
1 parent 6159966 commit e5d2784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates.json
Expand Up @@ -210,8 +210,8 @@
"label": "Minio secret key"
}
],
"volumes": ["/export", "/root/.minio"],
"command": "server /export"
"volumes": ["/data", "/root/.minio"],
"command": "server /data"
},
{
"type": "container",
Expand Down

0 comments on commit e5d2784

Please sign in to comment.