fix(mdns): remove networks (#3805)
* fix(mdns): remove networks * fix(mdns): add to net exceptions
This commit is contained in:
parent
e358c4bd2a
commit
01916910bd
|
@ -27,6 +27,7 @@ interface AppConfig {
|
|||
}
|
||||
|
||||
const networkExceptions = [
|
||||
"mdns-repeater",
|
||||
"pihole",
|
||||
"tailscale",
|
||||
"homeassistant",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"no_gui": true,
|
||||
"port": 9998,
|
||||
"id": "mdns-repeater",
|
||||
"tipi_version": 1,
|
||||
"tipi_version": 2,
|
||||
"version": "latest",
|
||||
"categories": [
|
||||
"utilities",
|
||||
|
|
|
@ -7,8 +7,6 @@ services:
|
|||
environment:
|
||||
- hostNIC=${MDNS_HOST_NIC}
|
||||
- dockerNIC=${MDNS_DOCKER_NIC}
|
||||
networks:
|
||||
- tipi_main_network
|
||||
labels:
|
||||
# Main
|
||||
traefik.enable: false
|
Loading…
Reference in New Issue
Block a user