瀏覽代碼

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: