Merged a PR for my #traefik avahi helper which lets you expose docker containers with .local host names when Traefik is acting as a reverse proxy. The PR uses multi-stage builds to reduce the container size from 500mb down to less than 100mb
https://www.hardill.me.uk/wordpress/2020/10/05/traefik-avahi-helper/
Is there a definitive way to enable #mDNS on #Windows10 Pro? By all accounts, it sounds like it "should just work", but I cannot resolve my #RaspberryPi 's hostname using the [.]local TLD.
Would rather not install Bonjour, as I understand conflicts can arise.
When playing with web things in #docker I tend to use the jwilder/nginx-proxy container to reverse proxy for them. This is really useful, but I also like to use #mDNS (Bonjour/Avahi) a lot on my LAN rather than updating the DNS server all the time.
So I wrote a little helper container that runs alongside and adds CNAME entries into Avahi running on the docker host.
https://www.hardill.me.uk/wordpress/2020/09/22/nginx-proxy-avahi-helper/