Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ After deploying your application, it's important to clean up resources to avoid
To clean up resources after deploying with Docker Compose, you can stop and remove the running containers using the following command:

```bash title="Aspire CLI - Stop and remove containers"
aspire do docker-compose-env-down
aspire do docker-compose-down-env
```
</TabItem>
<TabItem id="azure" label="Azure">
Expand Down
Loading