Kroese 3 месяцев назад
Родитель
Сommit
a995ecc174
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      .devcontainer.json

+ 2 - 0
.devcontainer.json

@@ -1,4 +1,6 @@
 {
+  "name": "windows",
   "service": "windows",
+  "forwardPorts": ["8006"],
   "dockerComposeFile": "compose.yml"
 }