From 2ddacb38bdd7ec2d9633d9fe0591c936cc9988a6 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 29 Mar 2020 14:01:19 +0200 Subject: [PATCH] :hammer: Disable Docker init --- home-panel/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/home-panel/config.json b/home-panel/config.json index c0f75b0..1f59dd7 100644 --- a/home-panel/config.json +++ b/home-panel/config.json @@ -7,6 +7,7 @@ "webui": "[PROTO:ssl]://[HOST]:[PORT:80]", "startup": "application", "arch": ["aarch64", "amd64", "armhf", "armv7", "i386"], + "init": false, "boot": "auto", "hassio_api": true, "hassio_role": "default",