Skip to content

Commit 7a7329a

Browse files
docs/compose: update docker-compose and .env for image features
Signed-off-by: Hrushikesh Patil <[email protected]>
1 parent 02ae651 commit 7a7329a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmd/aigw/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Here are values we use for Ollama:
8282
8383
The `create-embeddings` service uses `curl` to send an embeddings request
8484
to the AI Gateway CLI (aigw) which routes it to Ollama.
85+
8586
```bash
8687
docker compose run --rm create-embeddings
8788
```

cmd/aigw/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
image: alpine/ollama
2323
container_name: ollama-pull
2424
environment:
25-
OLLAMA_HOST: localhost:11434 # intentionally not 127.0.0.1
25+
OLLAMA_HOST: localhost:11434 # intentionally not 127.0.0.1
2626
env_file:
2727
- ../../.env.ollama
2828
entrypoint: sh

0 commit comments

Comments
 (0)