We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243d862 commit a730b9aCopy full SHA for a730b9a
1 file changed
README.md
@@ -120,7 +120,7 @@ docker run -d \
120
--name hame-relay \
121
--restart unless-stopped \
122
-v "$(pwd)/config:/app/config" \
123
- ghcr.io/tomquist/hame-relay:main
+ ghcr.io/tomquist/hame-relay:latest
124
```
125
Set `LOG_LEVEL` to control verbosity, e.g. `-e LOG_LEVEL=debug`.
126
@@ -141,7 +141,7 @@ version: '3.8'
141
142
services:
143
mqtt-forwarder:
144
- image: ghcr.io/tomquist/hame-relay:main
+ image: ghcr.io/tomquist/hame-relay:latest
145
container_name: hame-relay
146
restart: unless-stopped
147
volumes:
0 commit comments