diff --git a/templates.json b/templates.json index 13fcd1d..2f70247 100644 --- a/templates.json +++ b/templates.json @@ -116,6 +116,16 @@ "ports": [ "9000/tcp" ], + "env": [ + { + "name": "MINIO_ACCESS_KEY", + "label": "Minio access key" + }, + { + "name": "MINIO_SECRET_KEY", + "label": "Minio secret key" + } + ], "volumes": ["/export", "/root/.minio"], "command": "server /export" },