From 9cd1d0fe7b1cf24f3d39e64f696797ddffffb49b Mon Sep 17 00:00:00 2001 From: Idhibhat Pankam Date: Sat, 29 Jun 2024 17:20:43 +0700 Subject: [PATCH] host.docker.internal --- docker-compose.qa.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.qa.template.yml b/docker-compose.qa.template.yml index 6ec8c1c..3cd0c66 100644 --- a/docker-compose.qa.template.yml +++ b/docker-compose.qa.template.yml @@ -13,7 +13,7 @@ services: SERVICE_AUTH: auth:3002 SERVICE_BACKEND: backend:3003 SERVICE_CHECKIN: checkin:3004 - SERVICE_STORE: localhost:3005 + SERVICE_STORE: host.docker.internal:3005 networks: - rpkm67 ports: