From 41ad98653a0851ab1647d7f4eadb0f16f773156b Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 21 Apr 2020 09:39:20 -0700 Subject: [PATCH] https://github.com/docker/compose/issues/2127 --- scripts/run-full-dev-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-full-dev-tests b/scripts/run-full-dev-tests index 2c682f021..3ee37acc3 100755 --- a/scripts/run-full-dev-tests +++ b/scripts/run-full-dev-tests @@ -11,4 +11,4 @@ set -e docker-compose --file tests/end-to-end/docker-compose.yaml up --force-recreate \ - --abort-on-container-exit + --renew-anon-volumes --abort-on-container-exit