Run and manage multi container docker applications. More information: https://docs.docker.com/compose/reference/overview/.
docker-compose.yml
file from the current directory:docker-compose up -d
docker-compose up --build
docker-compose --file {{path/to/file}} up
docker-compose stop
docker-compose down
docker-compose logs --follow