mirror of
https://github.com/qemus/qemu-docker.git
synced 2026-04-23 08:31:01 +08:00
feat: Improve Github Codespaces configuration (#932)
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
}
|
||||
},
|
||||
"otherPortsAttributes": {
|
||||
"onAutoForward": "silent"
|
||||
"onAutoForward": "ignore"
|
||||
},
|
||||
"dockerComposeFile": "codespaces.yml"
|
||||
"dockerComposeFile": "codespaces.yml",
|
||||
"initializeCommand": "docker system prune --all --force"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user