mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-05-01 04:21:56 +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