docker compose -f /opt/mailcow-dockerized/docker-compose.yml down --volumes

Category: Mail Servers & Postfix

docker compose -f /opt/mailcow-dockerized/docker-compose.yml down --volumes

Stop Mailcow and delete all its volumes

down --volumes stops every container and then removes the named volumes holding maildirs, the MySQL database, and Redis state. This permanently destroys all mail and configuration and is only appropriate for a full teardown. Use plain down to stop without losing data.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.