17 lines
371 B
JSON
17 lines
371 B
JSON
{
|
|
"$type": "service",
|
|
"name": "phpmyadmin",
|
|
"description": "Web UI for MySQL and MariaDB",
|
|
"tags": [ "app", "mysql", "mariadb" ],
|
|
"author": null,
|
|
"image": "phpmyadmin",
|
|
"environment": {
|
|
"PMA_HOST": "${DOCKER_HOST}",
|
|
"PMA_PORT": 3306,
|
|
"MYSQL_ROOT_PASSWORD": "toor"
|
|
},
|
|
"ports": [
|
|
{ "port": 8080, "target": 80, "info": "HTTP Admin" }
|
|
]
|
|
}
|