mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-04-23 22:50:17 +08:00
allowing docker container to access service on host (#2895)
### What problem does this PR solve? 1. services running (e.g., ollama) running on the host could not be accessed from docker containers ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --------- Co-authored-by: Zhichang Yu <yuzhichang@gmail.com>
This commit is contained in:
parent
ec6d942d83
commit
f090075cb2
@ -29,3 +29,5 @@ services:
|
||||
networks:
|
||||
- ragflow
|
||||
restart: always
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
|
Loading…
x
Reference in New Issue
Block a user