Update config.json

This commit is contained in:
Alexandre
2023-11-21 16:21:59 +01:00
committed by GitHub
parent 53c935186f
commit 36ebb04d2d

View File

@@ -14,9 +14,7 @@
}, },
"image": "ghcr.io/alexbelgium/signalk-{arch}", "image": "ghcr.io/alexbelgium/signalk-{arch}",
"map": [ "map": [
"config:rw", "addon_config:rw"
"share:rw",
"ssl"
], ],
"name": "Signalk Server", "name": "Signalk Server",
"ports": { "ports": {
@@ -33,6 +31,6 @@
}, },
"slug": "signalk", "slug": "signalk",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.00", "version": "2.4.1",
"webui": "http://[HOST]:[PORT:3000]" "webui": "http://[HOST]:[PORT:3000]"
} }