This website works better with JavaScript.
Home
Explore
Help
Sign In
craft-in-america
/
vue-wp
Watch
4
Star
2
Fork
0
Code
Issues
8
Pull Requests
0
Releases
6
Wiki
Activity
Browse Source
:pencil: added script to blow-up containers
tags/0.9.0
TOJ
5 years ago
parent
2370ec0ffd
commit
9f565abcde
1 changed files
with
7 additions
and
0 deletions
Split View
Show Diff Stats
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
Write
Preview
Loading…
Cancel
Save