fix
This commit is contained in:
+5
-4
@@ -3,6 +3,11 @@ services:
|
||||
image: mailserver/docker-mailserver:latest
|
||||
container_name: mailserver
|
||||
hostname: mail.crabs-games.art
|
||||
ports:
|
||||
- "25:25" # SMTP
|
||||
- "465:465" # SMTPS
|
||||
- "587:587" # SMTP с STARTTLS
|
||||
- "993:993" # IMAPS
|
||||
environment:
|
||||
- SSL_TYPE=manual
|
||||
- SSL_DOMAIN=mail.crabs-games.art
|
||||
@@ -25,10 +30,6 @@ services:
|
||||
labels:
|
||||
- reproxy.enabled=true
|
||||
- reproxy.server=mailserver
|
||||
- reproxy.tcp.25=:25,proto=haproxy
|
||||
- reproxy.tcp.465=:465,proto=haproxy
|
||||
- reproxy.tcp.587=:587,proto=haproxy
|
||||
- reproxy.tcp.993=:993,proto=haproxy
|
||||
|
||||
networks:
|
||||
crabs-network:
|
||||
|
||||
Reference in New Issue
Block a user