We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbc130 commit fcebb5dCopy full SHA for fcebb5d
README.md
@@ -43,7 +43,7 @@ The image is built for AMD64 and ARM64 and pushed to ghcr.io: *ghcr.io/sgofferj/
43
First, rename .env.example to .env and edit according to your needs \
44
Create and start the container:
45
```
46
-docker run -d --env-file .env -v <path-to-certificate-directory>:/certs:ro --name tak-feeder-gdacs --restart always ghcr.io/sgofferj/ami2mqtt:latest
+docker run -d --env-file .env -v <path-to-certificate-directory>:/certs:ro --name tak-feeder-gdacs --restart always ghcr.io/sgofferj/tak-feeder-gdacs:latest
47
48
49
### Docker compose
0 commit comments