Skip to content

Commit 94209bc

Browse files
authored
Merge pull request #893 from srvrco/fix-breaking-tests
Update dns flag
2 parents 05dbb09 + 525d62e commit 94209bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
ipv4_address: 10.30.50.2
1818
challtestsrv:
1919
image: ghcr.io/letsencrypt/pebble-challtestsrv:latest
20-
command: -defaultIPv6 "" -defaultIPv4 10.30.50.3 -dns01 ":53"
20+
command: -defaultIPv6 "" -defaultIPv4 10.30.50.3 -dnsserver ":53"
2121
ports:
2222
- 8055:8055 # HTTP Management API
2323
networks:

0 commit comments

Comments
 (0)