docker-compose: add --rmi all --volumes (#3498)

add "--rmi all --volumes" parameters to docker-compose down command, in order to match with description (by default, docker-compose didn't remove volumes).
italian
Arif Waram 2019-11-05 08:16:46 +07:00 committed by Lucas Gabriel Schneider
parent aa64dc0f55
commit 8a8646884c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
- Stop and remove all containers, networks, images, and volumes:
`docker-compose down`
`docker-compose down --rmi all --volumes`
- Follow logs for all containers: