From c8c9d138d1cdb862d0668d64ca966d2d52b7f8ad Mon Sep 17 00:00:00 2001 From: Ali AlNaghmousgh Date: Sun, 1 Jun 2025 23:51:11 +0300 Subject: [PATCH] chore: update stalwart mail server image reference (#158) Update the docker-compose.yml to use the correct image name stalwartlabs/stalwart instead of stalwartlabs/mail-server. Also add a comment recommending to use specific version tags for production environments. --- blueprints/stalwart/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/stalwart/docker-compose.yml b/blueprints/stalwart/docker-compose.yml index 0fa4cc7a..67432f18 100644 --- a/blueprints/stalwart/docker-compose.yml +++ b/blueprints/stalwart/docker-compose.yml @@ -1,6 +1,6 @@ services: stalwart-mail: - image: stalwartlabs/mail-server:latest-alpine + image: stalwartlabs/stalwart:latest-alpine # for production choose specific version from https://hub.docker.com/r/stalwartlabs/stalwart/tags ports: - "443" # HTTPS - "8080" # HTTP API