11 lines
142 B
JSON
11 lines
142 B
JSON
|
|
{
|
||
|
|
"image": "mariadb:latest",
|
||
|
|
"port": 3306,
|
||
|
|
"envVars": [
|
||
|
|
{
|
||
|
|
"name": "MARIADB_ROOT_PASSWORD",
|
||
|
|
"required": true
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|