From 708f82d0fe5346478b2f3563b0a79fcde87b67ed Mon Sep 17 00:00:00 2001 From: Sergey G Date: Tue, 8 Aug 2023 17:47:33 +0200 Subject: [PATCH] docs: add network_mode for Ansible --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 891ac95..b2d471f 100644 --- a/README.md +++ b/README.md @@ -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 ```