Populate the appstore-apptemplates repo with catalog.json and per-app config files for all 16 curated Docker apps, each at v1.0.0.
11 lines
142 B
JSON
11 lines
142 B
JSON
{
|
|
"image": "mariadb:latest",
|
|
"port": 3306,
|
|
"envVars": [
|
|
{
|
|
"name": "MARIADB_ROOT_PASSWORD",
|
|
"required": true
|
|
}
|
|
]
|
|
}
|