diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-14 14:02:50 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-14 14:02:50 +0200 |
commit | 6716687fd7d15867d9b43d1560515f29f8260e95 (patch) | |
tree | b15f796e42edef2d0134dfbb6dd7047e92aa9397 /app/email/deploy/email.hcl | |
parent | a2a25e2ea41a4ee24440638c754966a56f8ca958 (diff) | |
download | infrastructure-6716687fd7d15867d9b43d1560515f29f8260e95.tar.gz infrastructure-6716687fd7d15867d9b43d1560515f29f8260e95.zip |
Finally fix dovecot
Diffstat (limited to 'app/email/deploy/email.hcl')
-rw-r--r-- | app/email/deploy/email.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/email/deploy/email.hcl b/app/email/deploy/email.hcl index d3dab3d..c0a651a 100644 --- a/app/email/deploy/email.hcl +++ b/app/email/deploy/email.hcl @@ -29,7 +29,7 @@ job "email" { driver = "docker" config { - image = "superboum/amd64_dovecot:v2" + image = "superboum/amd64_dovecot:v5" readonly_rootfs = false ports = [ "zauthentication_port", "imaps_port", "imap_port", "lmtp_port" ] command = "dovecot" |