Disabled host network

https://github.com/alexbelgium/hassio-addons/issues/853
This commit is contained in:
Alexandre
2023-06-06 09:42:59 +02:00
committed by GitHub
parent 8e2cd5e6fd
commit 751e6d5a1b

View File

@@ -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]"
}