Skip to content

Commit

Permalink
Docker: use latest tags in docker-compose.yml (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel McCarney authored Jul 29, 2019
1 parent b44d194 commit 9b54f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
pebble:
image: letsencrypt/pebble:v2.1.0
image: letsencrypt/pebble:latest
command: pebble -config /test/config/pebble-config.json -strict -dnsserver 10.30.50.3:8053
ports:
- 14000:14000 # HTTPS ACME API
Expand All @@ -10,7 +10,7 @@ services:
acmenet:
ipv4_address: 10.30.50.2
challtestsrv:
image: letsencrypt/pebble-challtestsrv:v2.1.0
image: letsencrypt/pebble-challtestsrv:latest
command: pebble-challtestsrv -defaultIPv6 "" -defaultIPv4 10.30.50.3
ports:
- 8055:8055 # HTTP Management API
Expand Down

0 comments on commit 9b54f0d

Please sign in to comment.