Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris McIntosh authored Aug 16, 2023
1 parent 0092054 commit b3cd4f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{
"name": "Ubuntu",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
// "image": "mcr.microsoft.com/devcontainers/base:jammy"
"image": "mcr.microsoft.com/devcontainers/base:ubuntu"

"dockerComposeFile": "docker-compose.yml",
"service": "devcontainer",
// "dockerComposeFile": "docker-compose.yml",
// "service": "devcontainer",

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down

0 comments on commit b3cd4f3

Please sign in to comment.