Wordpress template - upgrade WORDPRESS_DB_HOST to container type

This commit is contained in:
Anthony Lapenna
2016-08-24 18:36:09 +12:00
parent edecd6d518
commit b07d252c64

View File

@@ -30,7 +30,8 @@
"env": [
{
"name": "WORDPRESS_DB_HOST",
"label": "MySQL database host"
"label": "MySQL database host",
"type": "container"
},
{
"name": "WORDPRESS_DB_PASSWORD",