Skip to content

Commit

Permalink
update to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ili101 committed Nov 6, 2023
1 parent 07931a1 commit 6758c27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Expand Up @@ -6,9 +6,9 @@
// Update the 'dockerComposeFile' list if you have more compose files or use different names.
// The .devcontainer/docker-compose.yml file contains any overrides you need/want to make.
"dockerComposeFile": [
"../docker-compose.yml",
"../docker-compose.override.yml",
"docker-compose.yml"
"../compose.yaml",
"../compose.override.yaml",
"compose.devcontainer.yaml"
],

// The 'service' property is the name of the service for the container that VS Code should
Expand Down

0 comments on commit 6758c27

Please sign in to comment.