12 lines
287 B
YAML
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
|