Skip to content

Commit

Permalink
Merge pull request #390 from katarinaking/830
Browse files Browse the repository at this point in the history
MNEMONIC-830: JSON Documentation
  • Loading branch information
katarinaking authored Jun 8, 2024
2 parents 79d3e7b + c3098a2 commit 5cee2b5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.234.0/containers/ubuntu
{
"name": "apache mnemonic",
"dockerComposeFile": "docker-compose.devcontainer.yml",
"service": "mnemonic",
"workspaceFolder": "/ws/mnemonic",
"shutdownAction": "stopCompose"
"name": "apache mnemonic", // The name of the project or service
"dockerComposeFile": "docker-compose.devcontainer.yml", // The Docker Compose file to use for setting up the development environment
"service": "mnemonic", // The specific service in the Docker Compose file to focus on
"workspaceFolder": "/ws/mnemonic", // The folder in the container that will be used as the workspace
"shutdownAction": "stopCompose" // The action to take when shutting down the container (stopping the Docker Compose setup)
}

0 comments on commit 5cee2b5

Please sign in to comment.