From 55cf769f8a10a0d026a73af158f21eeeff7943a9 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Fri, 7 Nov 2025 18:01:37 +0100 Subject: [PATCH] Fix docker images Signed-off-by: Bryan Frimin --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 723c3adc7..513eecaea 100644 --- a/compose.yaml +++ b/compose.yaml @@ -104,7 +104,7 @@ services: - "--disable-extensions" pebble: - image: "letsencrypt/pebble:latest" + image: "ghcr.io/letsencrypt/pebble:latest" ports: - "14000:14000" # ACME server - "15000:15000" # Management interface @@ -117,7 +117,7 @@ services: - "./compose/pebble:/test/config:ro" pebble-challtestsrv: - image: "letsencrypt/pebble-challtestsrv:latest" + image: "ghcr.io/letsencrypt/pebble-challtestsrv:latest" ports: - "8055:8055" # HTTP-01 challenge test server - "8053:8053" # DNS server