Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
},
"ghcr.io/devcontainers/features/rust:1": {},
"ghcr.io/snebjorn/devcontainer-feature/chromium:latest": {},
"docker-in-docker": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"version": "latest",
"moby": true,
"dockerDashComposeVersion": "v1"
"moby": true
}
},
// Configure tool-specific properties.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ and open your browser at `http://localhost:{{serverPort}}/docs/` to see the docs
To run the server on a Docker container, please execute the following from the root directory:

```bash
docker-compose up --build
docker compose up --build
```

## Tests
Expand Down
2 changes: 1 addition & 1 deletion samples/server/petstore/python-fastapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ and open your browser at `http://localhost:8080/docs/` to see the docs.
To run the server on a Docker container, please execute the following from the root directory:

```bash
docker-compose up --build
docker compose up --build
```

## Tests
Expand Down
Loading