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.
This commit is contained in:
Ali AlNaghmousgh
2025-06-01 23:51:11 +03:00
committed by GitHub
parent 09b85f80c0
commit c8c9d138d1

View File

@@ -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