From efe4248fa540d4ca027564bda4e7260220631a41 Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Wed, 1 May 2024 19:17:42 +0200 Subject: [PATCH] docs: missing ghcr.io source for docker image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0b95597..28e3db90 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ With a Docker command: ```bash docker run -e "PEBBLE_VA_NOSLEEP=1" ghcr.io/letsencrypt/pebble # or -docker run -e "PEBBLE_VA_NOSLEEP=1" --mount src=$(pwd)/my-pebble-config.json,target=/test/my-pebble-config.json,type=bind letsencrypt/pebble pebble -config /test/my-pebble-config.json +docker run -e "PEBBLE_VA_NOSLEEP=1" --mount src=$(pwd)/my-pebble-config.json,target=/test/my-pebble-config.json,type=bind ghcr.io/letsencrypt/pebble pebble -config /test/my-pebble-config.json ``` ### Default validation ports