Test of enabling mariadb

https://github.com/alexbelgium/hassio-addons/issues/508
This commit is contained in:
Alexandre
2022-10-07 17:02:17 +02:00
committed by GitHub
parent da31e0bed3
commit 5026e9b26e

View File

@@ -30,13 +30,14 @@
"80/tcp": "web interface"
},
"schema": {
"Images_location": "str"
"Images_location": "str",
"database": "list(internal|mariadb_addon)"
},
"services": [
"mysql:want"
],
"slug": "zoneminder",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.36.26",
"version": "1.36.26-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]/zm"
}