Corrected inconsistencies in headings (#25746)

This commit is contained in:
Ayush Baweja
2018-12-21 07:54:15 +05:30
committed by Manish Giri
parent 2527f61c48
commit 2129b299d9

View File

@ -32,13 +32,14 @@ docker-compose -f docker-compose.yml up
docker-compose -f docker-compose.yml up -d
```
* Command to run containers after building the images again (note: first time we run docker containers build will happen automatically)
* Command to run containers after building the images again (Note: docker containers automatically builds at the first time)
```
docker-compose -f docker-compose.yml --build -d
```
* Command to stop containers when we run in detached mode
* Command to stop containers when running in detached mode
```
docker-compose -f docker-compose.yml down