From 9bae46eb9aee050578abe28494cba290327eb627 Mon Sep 17 00:00:00 2001 From: YoursFunny Date: Thu, 24 Sep 2026 15:00:45 +0800 Subject: [PATCH] chore(compose): pin acme-companion to its paired release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The companion was the file's only unpinned image: it runs with a rw docker.sock, so 'latest' let tomorrow's upstream change deploy itself on the next pull, with full visibility into this stack's containers and environment. 2.8.2 is the release paired with the already-pinned nginx-proxy 1.11.6 — the two projects cut releases a day apart (1.11.6 on 2026-07-16, 2.8.2 on 2026-07-17). --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index ef57d38..6f41f7f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -35,7 +35,7 @@ services: logging: *default-logging acme-companion: - image: nginxproxy/acme-companion + image: nginxproxy/acme-companion:2.8.2 restart: always environment: DEFAULT_EMAIL: '${DEFAULT_EMAIL:-}'