budibase email account

This commit is contained in:
Sönke Domröse
2025-04-30 16:30:29 +02:00
parent d9c6b8062f
commit a19809a51f
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
for dir in *; do
if [ -d "$dir" ]; then
( cd "$dir" && docker compose down && docker compose pull && docker compose up -d )
( cd "$dir" && docker compose pull && docker compose down && docker compose up -d )
fi
done