fix: change port to default smtp

This commit is contained in:
Steve Dudenhoeffer 2024-05-14 03:14:21 +00:00
parent 761ae3f9ad
commit 6b38e27aa7

View File

@ -6,7 +6,7 @@ services:
volumes: volumes:
- protonmail:/root - protonmail:/root
ports: ports:
- "1025:25/tcp" # SMTP port - "25:25/tcp" # SMTP port
restart: unless-stopped restart: unless-stopped
volumes: volumes: