From b07d252c641e155bade91f7f95f216a801a3c139 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 24 Aug 2016 18:36:09 +1200 Subject: [PATCH] Wordpress template - upgrade WORDPRESS_DB_HOST to container type --- templates.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates.json b/templates.json index b8ccdf4..bfdede1 100644 --- a/templates.json +++ b/templates.json @@ -30,7 +30,8 @@ "env": [ { "name": "WORDPRESS_DB_HOST", - "label": "MySQL database host" + "label": "MySQL database host", + "type": "container" }, { "name": "WORDPRESS_DB_PASSWORD",