@@ -0,0 +1,9 @@
#!bin/bash
docker compose up -d
while [[ ! $(docker inspect -f {{.State.Health.Status}} vault) == "healthy" ]]; do
sleep 0.5;
done
docker exec vault /bin/sh -c "source /helpers/init.sh"
The note is not visible to the blocked user.