1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00

docker-compose down -v also removes volumes

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2018-12-03 18:45:29 +01:00
parent 66f870a5da
commit 55a8c7705f

View File

@ -113,8 +113,7 @@ publish-kweb: build-kweb
docker push $(docker_repo)/kopano_web:latest
test:
docker-compose down || true
docker volume ls | grep "kopano-docker_" | awk '{print $2}' | xargs docker volume rm || true
docker-compose down -v || true
make build-all
docker-compose build
docker-compose up