Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 642 Bytes

Docker-compose.md

File metadata and controls

7 lines (6 loc) · 642 Bytes

docker-compose Commands

Command Description
docker-compose -f {COMPOSE_FILE} build Builds containers based on the provided docker-compose file
docker-compose -f {COMPOSE_FILE} up Starts the containers based on the provided docker-compose file
docker-compose -f {COMPOSE_FILE} down --rmi all -v Stop and remove containers, networks, images, and volumes