From 36ebb04d2d09b5c7d106b83689b525d250331488 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:21:59 +0100 Subject: [PATCH] Update config.json --- signalk/config.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/signalk/config.json b/signalk/config.json index 4ccb8c5ee..d12c14ae3 100644 --- a/signalk/config.json +++ b/signalk/config.json @@ -14,9 +14,7 @@ }, "image": "ghcr.io/alexbelgium/signalk-{arch}", "map": [ - "config:rw", - "share:rw", - "ssl" + "addon_config:rw" ], "name": "Signalk Server", "ports": { @@ -33,6 +31,6 @@ }, "slug": "signalk", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.00", + "version": "2.4.1", "webui": "http://[HOST]:[PORT:3000]" }