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

3 lines
78 B
Bash
Executable file

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