update
This commit is contained in:
@@ -13,6 +13,27 @@
|
||||
"stackfile": "wordpress/docker-compose.yml"
|
||||
},
|
||||
"env": [
|
||||
{
|
||||
"name": "ENV_VAR_WITH_SELECT_VALUE",
|
||||
"label": "An environment variable",
|
||||
"description": "A description for this env var",
|
||||
"select": [
|
||||
{
|
||||
"text": "Yes, I agree",
|
||||
"value": "Y",
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"text": "No, I disagree",
|
||||
"value": "N"
|
||||
},
|
||||
{
|
||||
"text": "Maybe",
|
||||
"value": "YN"
|
||||
}
|
||||
],
|
||||
"description": "Some environment variable."
|
||||
},
|
||||
{
|
||||
"name": "MYSQL_DATABASE",
|
||||
"label": "Mysql Database",
|
||||
|
||||
Reference in New Issue
Block a user