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"