-
Notifications
You must be signed in to change notification settings - Fork 0
mDNS setup #1
Copy link
Copy link
Open
Description
Investigate whether the locally running Traefik instance can serve websites to other devices in the local network through mDNS.
First unsuccessful example included:
ember-nexus-proxy-avahi-cname:
container_name: ember-nexus-proxy-avahi-cname
network_mode: host
volumes:
- "/var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket"
image: "ghcr.io/grishy/go-avahi-cname:v2.0.6"
command:
- cname
- api
- neo4j
- kibana
- redisinsight
- rabbitmq
- minio
- proxy
- logs
- indexAnd debugging commands:
sudo nbtscan -r 192.168.188.0/24
avahi-browse -a
sudo ss -tunlp | grep 5353Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels