From 67e0f7c6c05e594f3d710686ce4096eb889b376f Mon Sep 17 00:00:00 2001 From: Sergey G Date: Sat, 16 Nov 2024 17:22:27 +0100 Subject: [PATCH] docs: 2.0.6 as examples in the README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 30a668f..d8bed7e 100644 --- a/README.md +++ b/README.md @@ -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? @@ -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: @@ -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: @@ -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.