Corrected inconsistencies in headings (#25746)
This commit is contained in:
committed by
Manish Giri
parent
2527f61c48
commit
2129b299d9
@ -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
|
||||
|
Reference in New Issue
Block a user