From fd041c867e2b751a421a595827fd7fa823e031e5 Mon Sep 17 00:00:00 2001 From: Fedorov Vladimir Date: Sun, 28 Jun 2026 03:11:08 +0700 Subject: [PATCH] fix --- docker-compose.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 78e5d6f..4103caf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,11 +3,6 @@ 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