Skip to content

Commit 40817c6

Browse files
committed
docs: bump up version to 2.2.5
1 parent 8d26d04 commit 40817c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Redirect all subdomains to the machine (`*.hostname.local` → `hostname.local`)
2525
2. **Docker**:
2626

2727
```bash
28-
docker run -d --network host -v "/var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket" ghcr.io/grishy/go-avahi-cname:2.2.4
28+
docker run -d --network host -v "/var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket" ghcr.io/grishy/go-avahi-cname:2.2.5
2929
```
3030

3131
_Note:_ If you [encounter issues](https://github.com/grishy/go-avahi-cname/issues/28) with AppArmor, check to add `--security-opt apparmor=unconfined` to the Docker command.
@@ -140,7 +140,7 @@ services:
140140
network_mode: host
141141
volumes:
142142
- "/var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket"
143-
image: "ghcr.io/grishy/go-avahi-cname:2.2.4"
143+
image: "ghcr.io/grishy/go-avahi-cname:2.2.5"
144144
```
145145
146146
Ansible task to run the container:
@@ -149,7 +149,7 @@ Ansible task to run the container:
149149
- name: go-avahi-cname | Start container
150150
community.docker.docker_container:
151151
name: "go-avahi-cname"
152-
image: "ghcr.io/grishy/go-avahi-cname:2.2.4"
152+
image: "ghcr.io/grishy/go-avahi-cname:2.2.5"
153153
restart_policy: unless-stopped
154154
network_mode: host
155155
volumes:
@@ -185,9 +185,9 @@ sudo busctl monitor org.freedesktop.Avahi
185185
Reminder for me, just create a tag and push it.
186186

187187
```bash
188-
# Replace 2.2.4 with the new version in project
189-
git tag -a v2.2.4 -m "Release v2.2.4"
190-
git push origin tag v2.2.4
188+
# Replace 2.2.5 with the new version in project
189+
git tag -a v2.2.5 -m "Release v2.2.5"
190+
git push origin tag v2.2.5
191191
```
192192

193193
## Source of inspiration

0 commit comments

Comments
 (0)