Skip to content

Commit

Permalink
Add shutdownAction to devcontainer configuration for proper service t…
Browse files Browse the repository at this point in the history
…ermination
  • Loading branch information
abaldeweg authored Jan 30, 2025
1 parent cf44f7f commit 9f17184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"dockerComposeFile": "docker-compose.yml",
"service": "app",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
"shutdownAction": "stopCompose",
"features": {
"ghcr.io/abaldeweg/devcontainer_features/bash:2.0.0": {}
},
Expand Down

0 comments on commit 9f17184

Please sign in to comment.