chore(compose): pin acme-companion to its paired release

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).
This commit is contained in:
2026-09-24 15:00:45 +08:00
parent cb91913088
commit 9bae46eb9a
+1 -1
View File
@@ -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:-}'