mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-07 22:41:01 +02:00
Disabled host network
https://github.com/alexbelgium/hassio-addons/issues/853
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
"SSL_KEY_NAME": "privkey.pem",
|
"SSL_KEY_NAME": "privkey.pem",
|
||||||
"TZ": "Etc/UTC"
|
"TZ": "Etc/UTC"
|
||||||
},
|
},
|
||||||
"host_network": true,
|
"host_network": false,
|
||||||
"image": "ghcr.io/alexbelgium/omada-{arch}",
|
"image": "ghcr.io/alexbelgium/omada-{arch}",
|
||||||
"map": [
|
"map": [
|
||||||
"config:rw",
|
"config:rw",
|
||||||
@@ -95,6 +95,6 @@
|
|||||||
},
|
},
|
||||||
"slug": "omada",
|
"slug": "omada",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"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]"
|
"webui": "http://[HOST]:[PORT:8088]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user