Update wordpress.json
This commit is contained in:
parent
c7c77dc013
commit
9b3bc05bbd
|
|
@ -65,15 +65,15 @@
|
|||
{
|
||||
"id": "$$cap_wp_version",
|
||||
"label": "WordPress Version",
|
||||
"defaultValue": "latest",
|
||||
"description": "Checkout their docker page for the valid tags (https://hub.docker.com/r/library/wordpress/tags/). Enter latest to get the latest version",
|
||||
"defaultValue": "4.9",
|
||||
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/",
|
||||
"validRegex": "/.{1,}/"
|
||||
},
|
||||
{
|
||||
"id": "$$cap_mysql_version",
|
||||
"label": "MySQL Version",
|
||||
"defaultValue": "latest",
|
||||
"description": "Checkout their docker page for the valid tags (https://hub.docker.com/r/library/mysql/tags/). Enter latest to get the latest version",
|
||||
"defaultValue": "5.7",
|
||||
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/",
|
||||
"validRegex": "/.{1,}/"
|
||||
}]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue