Skip to content

Commit 13b122e

Browse files
committed
docs: update Docker image tags to remove version prefix
1 parent 5b0d48f commit 13b122e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Install:
2323
```
2424
2. _Docker_
2525
```bash
26-
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.2.2
26+
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.2
2727
```
2828

2929
# What is go-avahi-cname?
@@ -136,7 +136,7 @@ services:
136136
network_mode: host
137137
volumes:
138138
- "/var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket"
139-
image: "ghcr.io/grishy/go-avahi-cname:v2.2.2"
139+
image: "ghcr.io/grishy/go-avahi-cname:2.2.2"
140140
```
141141
142142
Ansible task to run the container:
@@ -145,7 +145,7 @@ Ansible task to run the container:
145145
- name: go-avahi-cname | Start container
146146
community.docker.docker_container:
147147
name: "go-avahi-cname"
148-
image: "ghcr.io/grishy/go-avahi-cname:v2.2.2"
148+
image: "ghcr.io/grishy/go-avahi-cname:2.2.2"
149149
restart_policy: unless-stopped
150150
network_mode: host
151151
volumes:

0 commit comments

Comments
 (0)