fix for linux

This commit is contained in:
cotran2 2024-10-10 18:09:43 +00:00
parent 639839fbb1
commit e0c4473217
5 changed files with 13 additions and 0 deletions

View file

@ -18,3 +18,6 @@ services:
- "18080:8080"
environment:
- CHAT_COMPLETION_ENDPOINT=http://host.docker.internal:10000/v1
extra_hosts:
- "host.docker.internal:host-gateway"