Skip to content

Commit

Permalink
docs: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Jan 6, 2023
1 parent 025c6cc commit c20d9f0
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 @@ -16,8 +16,8 @@ The [Hello Universe](https://github.com/spectrocloud/hello-universe) app include
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.2
docker run -p 3000:3000 ghcr.io/spectrocloud/hello-universe-api:1.0.2
docker pull ghcr.io/spectrocloud/hello-universe-api:1.0.4
docker run -p 3000:3000 ghcr.io/spectrocloud/hello-universe-api:1.0.4
```

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 c20d9f0

Please sign in to comment.