Fix GHCR image URL to use actual repo owner

This commit is contained in:
Kacper Kwapisz
2026-03-23 16:29:23 +01:00
parent 81945732d1
commit df2dc57600
+1 -1
View File
@@ -102,7 +102,7 @@ docker run -d \
-p 3000:3000 \
-v $(pwd)/config.yml:/app/config.yml:ro \
-e MCP_API_KEY=your-secret-key \
ghcr.io/OWNER/poke-mail:main
ghcr.io/kacperkwapisz/poke-mail:main
```
## MCP Tools