Skip to content

Commit

Permalink
docs: fix docker links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
noandrea committed Jun 16, 2024
1 parent 4568f60 commit d7100d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ Passing the token in the query parameters will succeed instead:

## Docker

Docker image is available at [geo2tzt](https://github.com/noandrea/geo2tz/packages)
Docker image is available at [geo2tz](https://github.com/noandrea/geo2tz/pkgs/container/geo2tz)

```sh
docker run -p 2004:2004 github.com/noandrea/geo2tz
docker run -p 2004:2004 ghcr.io/noandrea/geo2tz:2.1.5
```

The image is built on [scratch](https://hub.docker.com/_/scratch), the image size is ~92MB:
Expand All @@ -146,7 +146,7 @@ version: '3'
services:
geo2tz:
container_name: geo2tz
image: github.com/noandrea/geo2tz
image: ghcr.io/noandrea/geo2tz:2.1.5
ports:
- 2004:2004
# uncomment to enable authorization via request token
Expand Down Expand Up @@ -190,7 +190,7 @@ spec:
# value: "t" # default value
#- name: GEO2TZ_WEB_LISTEN_ADDRESS
# value: ":2004" # default value
image: github.com/noandrea/geo2tz:latest
image: ghcr.io/noandrea/geo2tz:2.1.5
imagePullPolicy: Always
name: geo2tz
ports:
Expand Down

0 comments on commit d7100d3

Please sign in to comment.