From 4c869096b749e7989b8c1730bfac5439cc6fe71a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 4 May 2022 14:26:42 +0200 Subject: [PATCH] Update config.json --- zoneminder/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zoneminder/config.json b/zoneminder/config.json index ae0e4e2f4..4e3051069 100644 --- a/zoneminder/config.json +++ b/zoneminder/config.json @@ -7,9 +7,9 @@ "codenotary": "alexandrep.github@gmail.com", "description": "A full-featured, open source, state-of-the-art video surveillance software system", "image": "ghcr.io/alexbelgium/zoneminder-{arch}", - "options": [ + "options": { "Images_location": "/config/addons_config/zoneminder/images" - ], + }, "map": [ "config:rw", "media:rw", @@ -31,6 +31,6 @@ ], "slug": "zoneminder", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.36.14-4", + "version": "1.36.14-3", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]/zm" }