Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Update devContainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Mar 27, 2019
1 parent 85d1054 commit 5740ac2
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Existing Docker Compose",

// Most of the configuration is in the .devcontainer/docker-compose.yml file
"//": "Most of the configuration is in this .devcontainer/docker-compose.yml file",
"dockerComposeFile": ".devcontainer/docker-compose.yml",

// This is the name of the service that extends from your existing service. Set the
// real service name in .devcontainer/docker-compose.yml
"//": "The service property is the name of the service that extends your existing service \
in .devcontainer/docker-compose.yml. Update the real service name and file path there."
"service": "devcontainer",

// Path to where VS Code should start when connected to the service. This is typically
// a file mount in .devcontainer/docker-compose.yml
"//": "The volume property is the path VS Code should open by default when connected to the service. \
This is typically a file mount in .devcontainer/docker-compose.yml"
"volume": "workspace"
}
}

0 comments on commit 5740ac2

Please sign in to comment.