1 files changed, 2 insertions(+), 2 deletions(-)
M README.md
M README.md => README.md +2 -2
@@ 16,10 16,10 @@ $ iplookup stun.l.google.com:19302
123.456.789.123
```
-Or use the prebuilt amd64/arm64 docker image (example tag based on SHA):
+Or use the prebuilt amd64/arm64 [docker image](https://github.com/users/nickbp/packages/container/package/iplookup) (example tag based on SHA):
```
-$ docker run ghcr.io/nickbp/iplookup:ee7bcef /iplookup stun.l.google.com:19302
+$ docker run ghcr.io/nickbp/iplookup:TAG /iplookup stun.l.google.com:19302
123.456.789.123
```