Skip to content

Commit

Permalink
Add Docker extra_hosts information
Browse files Browse the repository at this point in the history
Resolves #25
  • Loading branch information
jonfairbanks committed Mar 7, 2024
1 parent b48fa42 commit 24d9a79
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ Before you get started with Local RAG, ensure you have:

### Docker
- `docker compose up -d`

#### Note:

If you are running Ollama as a service, you may need to add an additional configuration to your docker-compose.yml file:
```
extra_hosts:
- 'host.docker.internal:host-gateway'
```

0 comments on commit 24d9a79

Please sign in to comment.