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

Category: Mail Servers & Postfix

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

Restart every Mailcow service

restart stops and starts all services in dependency order in one step. Prefer it over down/up when a config change touched several containers, since it preserves volumes and container identity. Watch the watchdog container logs afterwards if a service fails to come back.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.