From 9205538f60ae3bf6b59105a8fb4cfece24d6e1c5 Mon Sep 17 00:00:00 2001 From: Luca Beurer-Kellner Date: Tue, 11 Mar 2025 17:43:20 +0100 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 031961f..c5937bd 100644 --- a/README.md +++ b/README.md @@ -273,9 +273,9 @@ 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 +docker pull --platform linux/amd64 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 +docker run -p 8005:8005 -e PORT=8005 --platform linux/amd64 ghcr.io/invariantlabs-ai/invariant-gateway/gateway:latest ``` This will launch Gateway at [http://localhost:8002/api/v1/gateway/](http://localhost:8002/api/v1/gateway/docs/).