Skip to content

Commit

Permalink
docs(readme): use latest verison
Browse files Browse the repository at this point in the history
  • Loading branch information
grishy authored Apr 7, 2024
1 parent 59b1f22 commit 670149a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Redirect all "subdomains" to the machine( `*.hostname.local` -> `hostname.local`)

1. _Binary_ `./go-avahi-cname subdomain`
2. _Docker_ `docker run -d --network host -v "/var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket" ghcr.io/grishy/go-avahi-cname:v2.0.3`
2. _Docker_ `docker run -d --network host -v "/var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket" ghcr.io/grishy/go-avahi-cname:v2.0.5`

# What is go-avahi-cname?

Expand Down Expand Up @@ -127,7 +127,7 @@ services:
network_mode: host
volumes:
- "/var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket"
image: "ghcr.io/grishy/go-avahi-cname:v2.0.3"
image: "ghcr.io/grishy/go-avahi-cname:v2.0.5"
```
Ansible task to run the container:
Expand All @@ -136,7 +136,7 @@ Ansible task to run the container:
- name: go-avahi-cname | Start container
community.docker.docker_container:
name: "go-avahi-cname"
image: "ghcr.io/grishy/go-avahi-cname:v2.0.3"
image: "ghcr.io/grishy/go-avahi-cname:v2.0.5"
restart_policy: unless-stopped
network_mode: host
volumes:
Expand Down

0 comments on commit 670149a

Please sign in to comment.