Add the MariaDB template

This commit is contained in:
Anthony Lapenna
2016-09-20 16:55:42 +12:00
parent 8561b30ae5
commit cfd2e5cd6e
2 changed files with 17 additions and 0 deletions

View File

@@ -43,6 +43,22 @@
],
"volumes": ["/var/lib/mysql"]
},
{
"title": "MariaDB",
"description": "Performance beyond MySQL",
"logo": "https://hub.docker.com/public/images/official/mariadb.png",
"image": "mariadb:latest",
"env": [
{
"name": "MYSQL_ROOT_PASSWORD",
"label": "Root password"
}
],
"ports": [
"3306/tcp"
],
"volumes": ["/var/lib/mysql"]
},
{
"title": "PostgreSQL",
"description": "The most advanced open-source database",