Skip to content

Commit

Permalink
docs: readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Feb 24, 2023
1 parent dff7611 commit 4053d7c
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 @@ -20,8 +20,8 @@ A Postman collection is available to help you explore the API. Review the [Postm
The quickest method to start the API server locally is by using the Docker image.

```shell
docker pull ghcr.io/spectrocloud/hello-universe-api:1.0.6
docker run -p 3000:3000 ghcr.io/spectrocloud/hello-universe-api:1.0.6
docker pull ghcr.io/spectrocloud/hello-universe-api:1.0.7
docker run -p 3000:3000 ghcr.io/spectrocloud/hello-universe-api:1.0.7
```

To start the API server you must have connectivity to a postgres instance. Use [environment variables](#environment-variables) to customize the API server start parameters.
Expand Down

0 comments on commit 4053d7c

Please sign in to comment.