Browse Source

chore: Add host to debug port definition

Owen Diffey 1 month ago
parent
commit
23d392736e
1 changed files with 1 additions and 1 deletions
  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: