mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user