Skip to content

Commit

Permalink
remove traefik coupling
Browse files Browse the repository at this point in the history
  • Loading branch information
damonmorgan committed May 7, 2024
1 parent c7e6202 commit cf8d0c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mDNS/Avahi Docker Image

Docker image for the Avahi mDNS/DNS-SD daemon. Connects to the system D-Bus, publishes the hostname and announces Traefik Host rules. Container requires network host, priveleged and access to the docker sock
Docker image for the Avahi mDNS/DNS-SD daemon. Connects to the system D-Bus, publishes the hostname and announces Host rules. Container requires network host, priveleged and access to the docker sock

Should work on any *nix based system with dbus. Tested on Ubuntu Server.

Expand Down Expand Up @@ -73,6 +73,7 @@ services:
image: "containous/whoami"
container_name: "simple-service"
labels:
- "mdns.host=whoami.local"
- "traefik.enable=true"
- "traefik.http.routers.whoami.rule=Host(`whoami.local`)"
- "traefik.http.routers.whoami.entrypoints=web"
Expand Down

0 comments on commit cf8d0c7

Please sign in to comment.