docker tests

This commit is contained in:
Adam Outler
2025-11-23 16:31:04 +00:00
parent 274fd50a92
commit 240d86bf1e
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ if pgrep -f "supercronic" > /dev/null; then
else
log_error "supercronic is not running"
fi
docker inspect --format='{{json .State.Health}}'
# 2. Check if php-fpm is running
if pgrep -f "php-fpm" > /dev/null; then
log_success "php-fpm is running"