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: mail
- name: postgresql - name: postgresql
ports: ports:
- 25:25 - "25:25"
- 143:143 - "143:143"
- 465:465 - "465:465"
- 587:587 - "587:587"
- 993:993 - "993:993"
volumes: volumes:
- maddy:/data - maddy:/data
- /etc/letsencrypt/live/{{ domain }}/fullchain.pem:/etc/tls/fullchain.pem:ro - /etc/letsencrypt/live/{{ domain }}/fullchain.pem:/etc/tls/fullchain.pem:ro