Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
damonmorgan committed Jul 26, 2020
1 parent 57c501b commit c7e6202
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

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

## Usage

Here are some example snippets to help you get started creating a container.
Expand Down Expand Up @@ -79,7 +81,8 @@ services:

## TODO

* Remove requirement for priveleged (currently required because of AppArmor policies)
* If possible remove requirement for priveleged (currently required because of AppArmor policies)
* If possible remove network host requirment (although it would still need to know the host IP)
* Make it more generic to work with any reverse proxy (nginx, caddy, traefik, etc.) - potentially use container_name.local

PRs welcomed.
Expand Down

0 comments on commit c7e6202

Please sign in to comment.