diff options
| author | Kasra Bigdeli <[email protected]> | 2018-12-27 23:21:31 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-27 23:21:31 -0800 |
| commit | 9b3bc05bbdca3433ad7d27c37ff4ea5032221516 (patch) | |
| tree | 950c96a4f9a602a7ea84413c86eddfaf4bc1d242 | |
| parent | c7c77dc013faf4acfe9e1a0fa269cf06a730f6fb (diff) | |
| download | caprover-one-click-apps-9b3bc05bbdca3433ad7d27c37ff4ea5032221516.tar.gz caprover-one-click-apps-9b3bc05bbdca3433ad7d27c37ff4ea5032221516.zip | |
Update wordpress.json
| -rw-r--r-- | one-click-apps/v1/wordpress.json | 8 |
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,}/" }] |
