Explorar el Código

:pencil: added script to blow-up containers

tags/0.9.0
TOJ hace 5 años
padre
commit
9f565abcde
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7
    0
      reset-db.sh

+ 7
- 0
reset-db.sh Ver fichero

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

Loading…
Cancelar
Guardar