Skip to content

Commit

Permalink
Update running-applications.md
Browse files Browse the repository at this point in the history
  • Loading branch information
realLiangshiwei committed Jan 27, 2025
1 parent 11541d9 commit 1e3b196
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/en/studio/running-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,11 @@ CLI applications uses the [powershell](https://learn.microsoft.com/en-us/powersh
- `Remove`: This option allows you to delete the selected application.

> When CLI applications start chain icon won't be visible, because only C# applications can connect the ABP Studio.
## Docker Compose

You can manually run applications using [Docker Compose](https://docs.docker.com/compose/). This allows for easy setup and management of multi-container Docker applications. To get started, ensure you have Docker and Docker Compose installed on your machine.

Refer to the [Deployment with Docker Compose](../solution-templates/layered-web-application/deployment/deployment-docker-compose.md) documentation for detailed instructions on how to configure and run your applications using `docker-compose`.

> Note: The **Docker Compose** is not available in the ABP Studio interface.

0 comments on commit 1e3b196

Please sign in to comment.