From 8d7874d3d0713cf08a672b1efa965b4dc3b0dacc Mon Sep 17 00:00:00 2001 From: Matthew McPherrin Date: Fri, 31 May 2024 16:49:53 -0400 Subject: [PATCH] Fix incorrect invocation in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a431bb07..7b9e3c29 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ With a Docker command: ```bash docker run -p 14000:14000 -p 15000:15000 -e "PEBBLE_VA_NOSLEEP=1" ghcr.io/letsencrypt/pebble # or -docker run -p 14000:14000 -p 15000:15000 -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 +docker run -p 14000:14000 -p 15000:15000 -e "PEBBLE_VA_NOSLEEP=1" --mount src=$(pwd)/my-pebble-config.json,target=/test/my-pebble-config.json,type=bind ghcr.io/letsencrypt/pebble -config /test/my-pebble-config.json ``` ### Default validation ports