From ee4e7270c8db64d630edb3958f73222ed2570ef6 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Sat, 15 Aug 2026 19:53:40 +0000 Subject: [PATCH] chore: upgrade mailu to 2024.06.58 --- compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/compose.yml b/compose.yml index d0aa556..7f1d077 100644 --- a/compose.yml +++ b/compose.yml @@ -55,7 +55,7 @@ x-environment: services: app: - image: ghcr.io/mailu/nginx:2024.06.57 + image: ghcr.io/mailu/nginx:2024.06.58 logging: driver: json-file networks: @@ -104,7 +104,7 @@ services: - "redis:/data" admin: - image: ghcr.io/mailu/admin:2024.06.57 + image: ghcr.io/mailu/admin:2024.06.58 environment: *default-env healthcheck: disable: true @@ -117,7 +117,7 @@ services: - default imap: - image: ghcr.io/mailu/dovecot:2024.06.57 + image: ghcr.io/mailu/dovecot:2024.06.58 environment: *default-env secrets: - secret_key @@ -131,7 +131,7 @@ services: - default smtp: - image: ghcr.io/mailu/postfix:2024.06.57 + image: ghcr.io/mailu/postfix:2024.06.58 environment: *default-env secrets: - secret_key @@ -143,7 +143,7 @@ services: - app antispam: - image: ghcr.io/mailu/rspamd:2024.06.57 + image: ghcr.io/mailu/rspamd:2024.06.58 environment: *default-env secrets: - secret_key @@ -154,7 +154,7 @@ services: disable: true webmail: - image: ghcr.io/mailu/webmail:2024.06.57 + image: ghcr.io/mailu/webmail:2024.06.58 # entrypoint: "tail -f /dev/null" environment: *default-env networks: -- 2.54.0