2021-11-25 10:10:06 +00:00
|
|
|
version: "3.8"
|
|
|
|
services:
|
|
|
|
pebble:
|
|
|
|
image: letsencrypt/pebble:v2.3.1
|
2024-01-09 16:00:07 +00:00
|
|
|
command:
|
|
|
|
- pebble
|
|
|
|
- --dnsserver
|
|
|
|
- host.docker.internal:5053
|
2021-11-25 10:10:06 +00:00
|
|
|
environment:
|
|
|
|
# https://github.com/letsencrypt/pebble#testing-at-full-speed
|
|
|
|
PEBBLE_VA_NOSLEEP: 1
|
|
|
|
# https://github.com/letsencrypt/pebble#invalid-anti-replay-nonce-errors
|
|
|
|
PEBBLE_WFE_NONCEREJECT: 0
|