Fix image path

This commit is contained in:
akp 2025-01-05 23:17:56 +00:00
parent 2065e67f60
commit 8b84715f58
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755

View file

@ -10,5 +10,5 @@ A good example of how to use this image would be:
docker run \
-p 127.0.0.1:8080:8080 \
-v $(pwd):/run/goatcounter \
registry.git.tdpain.net serve -listen :8080 -db 'sqlite+goatcounter.sqlite3.db' -tls proxy
registry.git.tdpain.net/pkg/docker-goatcounter:latest serve -listen :8080 -db 'sqlite+goatcounter.sqlite3.db' -tls proxy
```