SelfHosting/stop_all.sh
2025-08-31 08:45:07 +02:00

4 lines
67 B
Bash
Executable file

for d in */ ; do
docker compose -f "$d/compose.yml" down
done