From 769f47392340430ed73c5c426efaf037cc7c46cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=BD=AE?= Date: Fri, 26 Jun 2026 16:01:13 +0800 Subject: [PATCH] =?UTF-8?q?docker-compose:=20=E7=BB=99=20qwen-agent=20?= =?UTF-8?q?=E5=8A=A0=20host.docker.internal=20extra=5Fhosts=20=E6=98=A0?= =?UTF-8?q?=E5=B0=84=EF=BC=8C=E4=BF=AE=E5=A4=8D=20Linux=20=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8=E4=B8=8A=E8=B0=83=E7=94=A8=20New=20API=20?= =?UTF-8?q?=E6=97=B6=20DNS=20=E8=A7=A3=E6=9E=90=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose-with-pgsql.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose-with-pgsql.yml b/docker-compose-with-pgsql.yml index b4e068c..0316b54 100644 --- a/docker-compose-with-pgsql.yml +++ b/docker-compose-with-pgsql.yml @@ -51,6 +51,9 @@ services: - ./projects:/app/projects - ./models:/app/models - ./public:/app/public + extra_hosts: + # Map host.docker.internal to host gateway so it works on Linux too + - "host.docker.internal:host-gateway" depends_on: postgres: condition: service_healthy