SelfHosting/stop_all.sh
2026-02-08 22:54:08 +01:00

3 lines
78 B
Bash
Executable file

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