publish submission port
This commit is contained in:
parent
321f2df6a5
commit
f7b5ea515b
@ -20,6 +20,7 @@ dovecot_container: dovecot
|
||||
# puertos públicos
|
||||
postfix_publish_ports:
|
||||
- "25:25"
|
||||
- "587:587"
|
||||
|
||||
# directorio con reglas, relativo al volumen
|
||||
postfix_rules_dir: rules
|
||||
|
@ -9,7 +9,7 @@
|
||||
- "{{ postfix_volume }}:/etc/postfix"
|
||||
- "{{ postfix_volume_ssl }}:/ssl"
|
||||
networks:
|
||||
- name: "{{ docker_network_name }}"
|
||||
- name: "{{ docker_network }}"
|
||||
ports: "{{ postfix_publish_ports }}"
|
||||
env:
|
||||
MYDESTINATION: >-
|
||||
|
Loading…
x
Reference in New Issue
Block a user