Fix image path
This commit is contained in:
parent
2065e67f60
commit
8b84715f58
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue