6 lines
45 B
Bash
6 lines
45 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -eo
|
||
|
|
||
|
docker compose down -v
|