Fix mail ports

This commit is contained in:
Ivan R. 2024-10-29 00:12:44 +05:00
parent eaf661cda8
commit 0cb01fa557
Signed by: lumin
GPG key ID: E0937DC7CD6D3817

View file

@ -22,11 +22,11 @@
- name: mail
- name: postgresql
ports:
- 25:25
- 143:143
- 465:465
- 587:587
- 993:993
- "25:25"
- "143:143"
- "465:465"
- "587:587"
- "993:993"
volumes:
- maddy:/data
- /etc/letsencrypt/live/{{ domain }}/fullchain.pem:/etc/tls/fullchain.pem:ro