This commit is contained in:
Mauro Torrez 2019-09-08 23:31:13 -03:00
parent d08c34bfec
commit b77303c3ac
2 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@ dovecot_container: dovecot
# puertos públicos
postfix_publish_ports:
- 25:25
- 587:587
- "25:25"
- "587:587"
# directorio con reglas, relativo al volumen
postfix_rules_dir: rules

View File

@ -27,8 +27,8 @@
restart_policy: unless-stopped
image: "{{ postfix_image }}"
volumes:
- "{{ postfix_volume }}:/etc/postfix/"
- "{{ postfix_volume_ssl }}:/ssl/"
- "{{ postfix_volume }}:/etc/postfix"
- "{{ postfix_volume_ssl }}:/ssl"
networks:
- name: "{{ docker_network_name }}"
ports: "{{ postfix_publish_ports }}"