fixed minor bugs in json

This commit is contained in:
Kasra Bigdeli 2019-01-14 23:14:22 -08:00
parent 6eea0d190e
commit 23a6ea2939
2 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@
"environment":
{
"MINIO_ACCESS_KEY": "$$cap_access_key",
"MINIO_SECRET_KEY": "$$cap_secret_key",
"MINIO_SECRET_KEY": "$$cap_secret_key"
}
}
}
@ -41,14 +41,14 @@
"id": "$$cap_access_key",
"label": "Minio Access Key",
"defaultValue": "latest",
"description": "Username to acess minio server",
"description": "Username to access minio server",
"validRegex": "/.{5,}/"
},
{
"id": "$$cap_secret_key",
"label": "Minio Secret Key",
"defaultValue": "latest",
"description": "Password to acess minio server",
"description": "Password to access minio server",
"validRegex": "/.{8,}/"
}]

View File

@ -6,11 +6,11 @@
"version": "3.3",
"services":
{
"$$cap_appname-db":
"$$cap_appname":
{
"image": "nextcloud:$$cap_nextcloud_version",
"volumes": [
"$$cap_appname-db-data:/var/www/html"
"$$cap_appname-data:/var/www/html"
],
"restart": "always",
"environment":