Update wordpress.json

This commit is contained in:
Kasra Bigdeli 2018-12-27 23:21:31 -08:00 committed by GitHub
parent c7c77dc013
commit 9b3bc05bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -65,15 +65,15 @@
{ {
"id": "$$cap_wp_version", "id": "$$cap_wp_version",
"label": "WordPress Version", "label": "WordPress Version",
"defaultValue": "latest", "defaultValue": "4.9",
"description": "Checkout their docker page for the valid tags (https://hub.docker.com/r/library/wordpress/tags/). Enter latest to get the latest version", "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/",
"validRegex": "/.{1,}/" "validRegex": "/.{1,}/"
}, },
{ {
"id": "$$cap_mysql_version", "id": "$$cap_mysql_version",
"label": "MySQL Version", "label": "MySQL Version",
"defaultValue": "latest", "defaultValue": "5.7",
"description": "Checkout their docker page for the valid tags (https://hub.docker.com/r/library/mysql/tags/). Enter latest to get the latest version", "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/",
"validRegex": "/.{1,}/" "validRegex": "/.{1,}/"
}] }]