Browse Source

Fixed bin/removeall script

Mark Shust 5 years ago
parent
commit
9df3f898de
1 changed files with 2 additions and 1 deletions
  1. 2 1
      compose/bin/removeall

+ 2 - 1
compose/bin/removeall

@@ -1,2 +1,3 @@
 #!/bin/bash
-docker-compose -f docker-compose.yml -f docker-compose.dev.yml down --rmi all --volumes
+bin/remove
+bin/removevolumes