Skip to content

Commit

Permalink
Update README to include instructions for using pre-built Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
minpeter committed Nov 29, 2024
1 parent 92b6f94 commit ab7af6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ $ docker build -t iplogger .
$ docker run -dp 10000:10000 iplogger
```

or pre-built image

```
$ docker run -dp 10000:10000 ghcr.io/minpeter/iplogger:latest
```

with golang

```
Expand Down

0 comments on commit ab7af6a

Please sign in to comment.