Skip to content

Commit

Permalink
docs: 2.0.6 as examples in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
v4grishy committed Nov 16, 2024
1 parent 2063b50 commit 67e0f7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.5`
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.6`

# What is go-avahi-cname?

Expand Down Expand Up @@ -125,7 +125,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.5"
image: "ghcr.io/grishy/go-avahi-cname:v2.0.6"
```
Ansible task to run the container:
Expand All @@ -134,7 +134,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.5"
image: "ghcr.io/grishy/go-avahi-cname:v2.0.6"
restart_policy: unless-stopped
network_mode: host
volumes:
Expand All @@ -153,5 +153,5 @@ Generated by mix of Go Gopher and Avahi logo.
## License
Copyright © 2023 [Sergei G.](https://github.com/grishy)
© 2024 [Sergei G.](https://github.com/grishy)
This project is [MIT](./LICENSE) licensed.

0 comments on commit 67e0f7c

Please sign in to comment.