Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Feb 20, 2023
1 parent 4e960f8 commit 9637369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ A simple docker image based on go and docker that serves a json response with th

Made using go and docker.

Image available on [Docker Hub](https://hub.docker.com/r/divideprojects/aliveimage) and [Github Container Registry](https://github.com/divideprojects/AliveImage/pkgs/container/aliveimage).
Image available on [Docker Hub](https://hub.docker.com/r/divkix/aliveimage) and [Github Container Registry](https://github.com/divkix/AliveImage/pkgs/container/aliveimage).

## Environment Variables
- PORT: The port to serve the response. Default: 80

## Usage

```bash
docker run -d -p 80:80 -e PORT=80 --name aliveImage divideprojects/aliveimage
docker run -d -p 80:80 -e PORT=80 --name aliveImage divkix/aliveimage
```

## Build and Run
Expand Down

0 comments on commit 9637369

Please sign in to comment.