Browse Source

:pencil: added script to blow-up containers

tags/0.9.0
TOJ 5 years ago
parent
commit
9f565abcde
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      reset-db.sh

+ 7
- 0
reset-db.sh View File

@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+docker-compose down
4
+
5
+docker system prune -a
6
+
7
+docker volume prune

Loading…
Cancel
Save