From 751e6d5a1b3966c37d4677edbab727392d38e658 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 6 Jun 2023 09:42:59 +0200 Subject: [PATCH] Disabled host network https://github.com/alexbelgium/hassio-addons/issues/853 --- omada/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/omada/config.json b/omada/config.json index e8afe1fe7..9773902eb 100644 --- a/omada/config.json +++ b/omada/config.json @@ -64,7 +64,7 @@ "SSL_KEY_NAME": "privkey.pem", "TZ": "Etc/UTC" }, - "host_network": true, + "host_network": false, "image": "ghcr.io/alexbelgium/omada-{arch}", "map": [ "config:rw", @@ -95,6 +95,6 @@ }, "slug": "omada", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "5.9-chromium-amd64-2023-06-05", + "version": "5.9-chromium-amd64-2023-06-05-2", "webui": "http://[HOST]:[PORT:8088]" }