Browse Source

https://github.com/docker/compose/issues/2127

Dan Helfman 5 years ago
parent
commit
41ad98653a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/run-full-dev-tests

+ 1 - 1
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