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

fix: Remove version variable in Codespaces (#1500)

parent 6f848231
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ services:
    image: dockurr/windows
    container_name: windows
    environment:
      VERSION: "11"
      ALLOCATE: "Y"
      RAM_SIZE: "half"
      DISK_SIZE: "max"
+0 −3
Original line number Diff line number Diff line
@@ -14,8 +14,5 @@
  "otherPortsAttributes": {
    "onAutoForward": "silent"
  },
  "hostRequirements": {
    "storage": "64gb"
  },  
  "dockerComposeFile": "codespaces.yml"
}