DEV Community

Discussion on: Run Multi-container apps with Docker Compose

Collapse
 
danbmky profile image
Dan Bamikiya • Edited

Great post @chauntelkellar I love how its short and simple to follow!

I just want to add:
Step 4 — View Docker compose logs
docker-compose logs -f to stop viewing the logs Ctrl+C

Step 5 — Stop specific Docker service
docker-compose stop ghost-blog

Step 6 — Stop all Docker compose services
docker-compose stop

Collapse
 
chauntelkellar profile image
Chauntel Kellar

Thanks @danbamikiya ! I agree with your additions.

Collapse
 
danbmky profile image
Dan Bamikiya

Thanks @chauntelkellar ! Have a great day!