Use official Pebble Image.
This commit is contained in:
parent
cfe2f1a1e6
commit
d62f7e2082
2 changed files with 4 additions and 4 deletions
10
integration/resources/compose/pebble.yml
Normal file
10
integration/resources/compose/pebble.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
pebble:
|
||||
image: letsencrypt/pebble:2018-07-27
|
||||
command: pebble --dnsserver ${DOCKER_HOST_IP}:5053
|
||||
ports:
|
||||
- 14000:14000
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue