Skip to content

Commit

Permalink
Remove pebble for Docker CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
krtab committed Oct 28, 2024
1 parent 994f1ee commit e55714e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-docker/pebble/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM ghcr.io/letsencrypt/pebble:latest

ENV PEBBLE_VA_NOSLEEP=1

CMD pebble -config /test/config/pebble-config.json -strict false -dnsserver 10.20.0.3:53
CMD -config /test/config/pebble-config.json -strict false -dnsserver 10.20.0.3:53

0 comments on commit e55714e

Please sign in to comment.