forked from data.coop/ansible
Upgrade Postfix to 3.5.1 and use Alpine-based image
This commit is contained in:
parent
687bff35e9
commit
221ddd987f
|
@ -10,7 +10,7 @@
|
|||
- name: setup postfix docker container for outgoing mail
|
||||
docker_container:
|
||||
name: postfix
|
||||
image: boky/postfix:v3.5.0
|
||||
image: boky/postfix:v3.5.1-alpine
|
||||
restart_policy: always
|
||||
networks:
|
||||
- name: postfix
|
||||
|
|
Loading…
Reference in a new issue