forked from mauro/ansible-role-postfix
dbg
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user