1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 17:33:38 +02:00

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).
This commit is contained in:
Arif Waram 2019-11-05 08:16:46 +07:00 committed by Lucas Gabriel Schneider
parent aa64dc0f55
commit 8a8646884c

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: