Update config.json

This commit is contained in:
Alexandre
2022-11-18 12:12:48 +01:00
committed by GitHub
parent d13f3f5d38
commit fb27800ee2

View File

@@ -41,16 +41,12 @@
"/dev/nvme2" "/dev/nvme2"
], ],
"image": "ghcr.io/alexbelgium/baikal-{arch}", "image": "ghcr.io/alexbelgium/baikal-{arch}",
"environment": {
},
"map": [ "map": [
"config:rw", "config:rw",
"share:rw", "share:rw",
"ssl:ro" "ssl:ro"
], ],
"name": "Baikal", "name": "Baikal",
"options": {
},
"ports": { "ports": {
"80/tcp": 8013 "80/tcp": 8013
}, },
@@ -61,8 +57,6 @@
"SYS_ADMIN", "SYS_ADMIN",
"DAC_READ_SEARCH" "DAC_READ_SEARCH"
], ],
"schema": {
},
"slug": "baikal", "slug": "baikal",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.9.2-test" "version": "0.9.2-test"