fix(mdns): remove networks (#3805)

* fix(mdns): remove networks

* fix(mdns): add to net exceptions
This commit is contained in:
JigSaw 2024-06-17 00:05:59 +02:00 committed by GitHub
parent e358c4bd2a
commit 01916910bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View File

@ -27,6 +27,7 @@ interface AppConfig {
}
const networkExceptions = [
"mdns-repeater",
"pihole",
"tailscale",
"homeassistant",

View File

@ -6,7 +6,7 @@
"no_gui": true,
"port": 9998,
"id": "mdns-repeater",
"tipi_version": 1,
"tipi_version": 2,
"version": "latest",
"categories": [
"utilities",

View File

@ -7,8 +7,6 @@ services:
environment:
- hostNIC=${MDNS_HOST_NIC}
- dockerNIC=${MDNS_DOCKER_NIC}
networks:
- tipi_main_network
labels:
# Main
traefik.enable: false