docker compose -f /opt/mailcow-dockerized/docker-compose.yml pull postfix-mailcow

Category: Mail Servers & Postfix

docker compose -f /opt/mailcow-dockerized/docker-compose.yml pull postfix-mailcow

Pull the Postfix container image

pull fetches the latest image for a single service without touching running containers, here the mailcow/postfix image that hosts the MTA. Do this before up -d to stage an update. Omit the service name to pull every image.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.