recent changes
This commit is contained in:
@@ -3,6 +3,7 @@ for dir in *; do
|
||||
if [[ "$dir" != "caddy" ]]; then
|
||||
if [[ "$dir" != "pihole" ]]; then
|
||||
( cd "$dir" && docker compose pull && docker compose down && docker compose up -d )
|
||||
sleep 2s
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user