Add the MariaDB template
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user