Skip to content

Commit a730b9a

Browse files
authored
docs: use latest tag for container image (#70)
1 parent 243d862 commit a730b9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ docker run -d \
120120
--name hame-relay \
121121
--restart unless-stopped \
122122
-v "$(pwd)/config:/app/config" \
123-
ghcr.io/tomquist/hame-relay:main
123+
ghcr.io/tomquist/hame-relay:latest
124124
```
125125
Set `LOG_LEVEL` to control verbosity, e.g. `-e LOG_LEVEL=debug`.
126126

@@ -141,7 +141,7 @@ version: '3.8'
141141

142142
services:
143143
mqtt-forwarder:
144-
image: ghcr.io/tomquist/hame-relay:main
144+
image: ghcr.io/tomquist/hame-relay:latest
145145
container_name: hame-relay
146146
restart: unless-stopped
147147
volumes:

0 commit comments

Comments
 (0)