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

Category: Mail Servers & Postfix

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

List all mailcow containers and their status

Shows every container in the stack with its state and uptime, using the explicit compose file so it works from any directory. From /opt/mailcow-dockerized the plain `docker compose ps` is equivalent. If one container restarts repeatedly, follow its logs with `docker compose logs -f <service>`.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.