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 = [
|
const networkExceptions = [
|
||||||
|
"mdns-repeater",
|
||||||
"pihole",
|
"pihole",
|
||||||
"tailscale",
|
"tailscale",
|
||||||
"homeassistant",
|
"homeassistant",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"no_gui": true,
|
"no_gui": true,
|
||||||
"port": 9998,
|
"port": 9998,
|
||||||
"id": "mdns-repeater",
|
"id": "mdns-repeater",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "latest",
|
"version": "latest",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities",
|
"utilities",
|
||||||
|
|
|
@ -7,8 +7,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- hostNIC=${MDNS_HOST_NIC}
|
- hostNIC=${MDNS_HOST_NIC}
|
||||||
- dockerNIC=${MDNS_DOCKER_NIC}
|
- dockerNIC=${MDNS_DOCKER_NIC}
|
||||||
networks:
|
|
||||||
- tipi_main_network
|
|
||||||
labels:
|
labels:
|
||||||
# Main
|
# Main
|
||||||
traefik.enable: false
|
traefik.enable: false
|
Loading…
Reference in New Issue
Block a user