Commands.app

docker-compose down

Docker Compose

Stop and remove containers, networks

Options & Flags
Available options for this command
-v

Remove volumes

Examples
Common usage examples

Stop and remove containers

docker-compose down

Stop and remove containers and volumes

docker-compose down -v
Related Commands
You might also find these useful