mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-14 22:13:41 +08:00
fix: Update Codespaces configuration (#1110)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user