SelfHosting/stop_all.sh
2025-09-03 00:55:53 +02:00

4 lines
78 B
Bash
Executable file

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