mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-29 11:32:42 +00:00
@@ -25,6 +25,4 @@ while ! docker compose ps | grep healthy; do
|
||||
sleep $delay
|
||||
delay=$(( delay * 2 ))
|
||||
attempt=$(( attempt + 1 ))
|
||||
done
|
||||
|
||||
docker compose down
|
||||
done
|
||||
Reference in New Issue
Block a user