فهرست منبع

chore: Add host to debug port definition

Owen Diffey 1 ماه پیش
والد
کامیت
23d392736e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      compose.local.yml

+ 1 - 1
compose.local.yml

@@ -6,7 +6,7 @@ services:
       - ./types:/opt/types
       - ./backend:/opt/app
     ports:
-      - ${BACKEND_DEBUG_PORT:-9229}:${BACKEND_DEBUG_PORT:-9229}"
+      - "127.0.0.1:${BACKEND_DEBUG_PORT:-9229}:${BACKEND_DEBUG_PORT:-9229}"
 
   frontend:
     volumes: