4 lines
99 B
Bash
4 lines
99 B
Bash
#!/bin/bash
|
|
docker compose down -v
|
|
docker volume rm pgdata 2>/dev/null
|
|
echo "Removed everything" |