Skip to content

Commit

Permalink
debug: Adjust filter
Browse files Browse the repository at this point in the history
  • Loading branch information
clepski committed Sep 23, 2024
1 parent 11108b4 commit 5dd8744
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/docker-wait-on-containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ do
docker ps -a --filter label=compas
done

containers=$(docker ps -a --filter status=exited)
# status=exited
containers=$(docker ps -a --filter name=compas-keycloak-1)
if [ -n "$containers" ]; then
echo "Some containers are exited."
docker logs $containers
Expand Down

0 comments on commit 5dd8744

Please sign in to comment.