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:
parent
66f870a5da
commit
55a8c7705f
3
Makefile
3
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user