Переглянути джерело

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: