Upgrade Postfix to v3.5.1 and use Alpine-based image

Alpine is already the default, but it's better to explicitly specify it.
This commit is contained in:
Sam A. 2022-12-26 17:52:09 +01:00
parent 9c559e3322
commit 7d889b4f02
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ services:
postfix:
file: postfix.yml
domain: "smtp.{{ base_domain }}"
version: "v3.5.0"
version: "v3.5.1-alpine"
nginx_proxy:
file: nginx_proxy.yml