app-store/apps/mdns-repeater/docker-compose.yml
JigSaw 01916910bd
fix(mdns): remove networks (#3805)
* fix(mdns): remove networks

* fix(mdns): add to net exceptions
2024-06-17 00:05:59 +02:00

12 lines
287 B
YAML

services:
mdns-repeater:
image: angelnu/mdns_repeater:latest
container_name: mdns-repeater
restart: unless-stopped
network_mode: host
environment:
- hostNIC=${MDNS_HOST_NIC}
- dockerNIC=${MDNS_DOCKER_NIC}
labels:
# Main
traefik.enable: false