feat(stacks): update wordpress template

This commit is contained in:
Anthony Lapenna
2017-11-02 12:38:56 +01:00
parent a94cfe4caf
commit f41df391d6

View File

@@ -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."
}
]
}
]