docker compose -f /opt/mailcow-dockerized/docker-compose.yml ps --format json

Category: Mail Servers & Postfix

docker compose -f /opt/mailcow-dockerized/docker-compose.yml ps --format json

List Mailcow container states as JSON

ps --format json prints one record per service with state and health, easy to feed into jq or monitoring scripts. Health shows how the Mailcow watchdog sees each container. Use plain ps for the human-readable table.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.