From d8239f635ed646bc08ccab9a282541e41132c364 Mon Sep 17 00:00:00 2001 From: shindw Date: Tue, 24 Feb 2026 16:01:09 +0900 Subject: [PATCH] =?UTF-8?q?[api]=20=ED=98=B8=EC=8A=A4=ED=8A=B8=20db=20?= =?UTF-8?q?=EC=9D=B8=EC=8B=9D=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/pjt/compose/api-compose.pjt.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/pjt/compose/api-compose.pjt.yml b/deploy/pjt/compose/api-compose.pjt.yml index 12305ac..42ec4ca 100644 --- a/deploy/pjt/compose/api-compose.pjt.yml +++ b/deploy/pjt/compose/api-compose.pjt.yml @@ -4,6 +4,9 @@ services: image: registry.pjt.kr/alist/api:${IMAGE_TAG} restart: always + extra_hosts: + - "host.docker.internal:host-gateway" + ports: - "127.0.0.1:8106:8106"