Просмотр исходного кода

chore: Add host to debug port definition

Owen Diffey 1 месяц назад
Родитель
Сommit
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: