Unverified Commit 48d9a177 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Update Codespaces configuration (#1110)

parent 471cdbb3
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
{
  "name": "Virtual DSM",
  "service": "vdsm",
  "service": "dsm",
  "forwardPorts": [5000],
  "portsAttributes": {
    "5000": {
@@ -11,7 +11,5 @@
  "otherPortsAttributes": {
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "codespaces.yml",
  "workspaceFolder": "/workspaces/vdsm",
  "initializeCommand": "docker system prune --all --force"
  "dockerComposeFile": "codespaces.yml"
}