diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 98a8797..32dc65e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" }