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

feat: Add custom .yml for Github Codespaces

parent 12b968c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@
  "name": "qemu",
  "service": "qemu",
  "forwardPorts": [8006],
  "dockerComposeFile": "compose.yml"
  "dockerComposeFile": ".github/codespaces.yml"
}