dbg
This commit is contained in:
parent
d08c34bfec
commit
b77303c3ac
@ -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
|
||||
|
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user