Unverified Commit 8112a68a authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update devcontainer.json

parent 896babcf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8004": {
      "onAutoForward": "silent"
      "onAutoForward": "ignore"
    },
    "8006": {
      "label": "Web",
@@ -15,7 +15,7 @@
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "silent"
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "codespaces.yml"
}