From 84b39a3c9e6ed2bc07df1cf197620152c16dff10 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 9 Mar 2022 19:36:59 +0100 Subject: [PATCH] Update config.json --- zoneminder/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zoneminder/config.json b/zoneminder/config.json index 21d318ad4..18ee9b8d5 100644 --- a/zoneminder/config.json +++ b/zoneminder/config.json @@ -1,7 +1,7 @@ { "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], - "init": true, + "init": false, "boot": "auto", "description": "A full-featured, open source, state-of-the-art video surveillance software system", "image": "ghcr.io/alexbelgium/zoneminder-{arch}", @@ -27,7 +27,7 @@ "slug": "zoneminder", "upstream": "1.36.12", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.36.12-9", + "version": "1.36.12-10", "services": ["mysql:want"], "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" }