update readme

This commit is contained in:
Luca Beurer-Kellner
2025-03-11 17:41:04 +01:00
parent e40ea3e2a9
commit 400870e0b5
2 changed files with 2 additions and 60 deletions

View File

@@ -274,8 +274,8 @@ You can also run the Gateway using the published Docker image. This is a good op
```bash
# pull the latest image
docker pull ghcr.io/invariantlabs-ai/invariant-gateway:latest
# run Gateway on localhost:8002
docker run -p 8002:8002 -e PORT=8002 ghcr.io/invariantlabs-ai/invariant-gateway:latest
# run Gateway on localhost:8005
docker run -p 8005:8005 -e PORT=8005 ghcr.io/invariantlabs-ai/invariant-gateway:latest
```
This will launch Gateway at [http://localhost:8002/api/v1/gateway/](http://localhost:8002/api/v1/gateway/docs/).

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 46 KiB