Skip to content

Commit

Permalink
docs: add network_mode for Ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
grishy committed Aug 8, 2023
1 parent 14e7f7f commit 708f82d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ Ansible task to run the container:
name: "go-avahi-cname"
image: "ghcr.io/grishy/go-avahi-cname:v2.0.0"
restart_policy: unless-stopped
network_mode: host
volumes:
- "/var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket" # access to avahi-daemon
```
Expand Down

0 comments on commit 708f82d

Please sign in to comment.