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