summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--one-click-apps/v1/wordpress.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/one-click-apps/v1/wordpress.json b/one-click-apps/v1/wordpress.json
index c0b9b76..0faf941 100644
--- a/one-click-apps/v1/wordpress.json
+++ b/one-click-apps/v1/wordpress.json
@@ -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,}/"
}]