From f41df391d6f18f3de07e72b4b624f72b434fba55 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 2 Nov 2017 12:38:56 +0100 Subject: [PATCH] feat(stacks): update wordpress template --- stack_templates.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/stack_templates.json b/stack_templates.json index 13b428c..fbbea55 100644 --- a/stack_templates.json +++ b/stack_templates.json @@ -33,6 +33,13 @@ "repository": { "url": "https://github.com/portainer/templates", "stackfile": "stacks/wordpress/docker-stack.yml" - } + }, + "env": [ + { + "name": "MYSQL_ROOT_PASSWORD", + "label": "Database root password", + "description": "Password used by the MySQL root user." + } + ] } ]