mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-26 03:52:50 +02:00
Make docker ps more verbose
This commit is contained in:
parent
9c266cc8e5
commit
38db35f1d6
@ -8,7 +8,7 @@ containers=(
|
||||
redis_1
|
||||
antivirus_1
|
||||
webdav_1
|
||||
# fetchmail_1
|
||||
fetchmail_1
|
||||
front_1
|
||||
)
|
||||
|
||||
@ -32,7 +32,7 @@ for file in tests/compose/*.env ; do
|
||||
cp $file .env
|
||||
docker-compose -f tests/compose/run.yml -p $DOCKER_ORG up -d
|
||||
sleep 1m
|
||||
docker ps
|
||||
docker ps -a
|
||||
container_logs
|
||||
containers_check || exit 1
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user