Fix mail ports
This commit is contained in:
parent
eaf661cda8
commit
0cb01fa557
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue