We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8625d commit 18ab6dbCopy full SHA for 18ab6db
README.md
@@ -78,7 +78,7 @@ Follow these steps to get your development environment set up: (Before Run Start
78
1. Clone the repository
79
2. At the root directory which include **docker-compose.yml** files, run below command:
80
```csharp
81
-docker-compose -f docker-compose.yml -f docker-compose.override.yml up –build
+docker-compose -f docker-compose.yml -f docker-compose.override.yml up –d
82
```
83
3. Wait for docker compose all microservices. That’s it!
84
0 commit comments