mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-02-12 16:12:44 +00:00
update pebble to use ghcq instead of docker hub
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -95,8 +95,12 @@ services:
|
||||
# Pebble - ACME server for testing
|
||||
# Used to test TLS certificate requesting via ACME
|
||||
pebble:
|
||||
image: letsencrypt/pebble
|
||||
command: pebble -config /test/my-pebble-config.json -dnsserver 172.20.0.137:5353
|
||||
image: ghcr.io/letsencrypt/pebble:2.8.0
|
||||
command:
|
||||
- -config
|
||||
- /test/my-pebble-config.json
|
||||
- -dnsserver
|
||||
- 172.20.0.137:5353
|
||||
ports:
|
||||
- 8201:14000 # ACME port
|
||||
- 8202:15000 # Management port
|
||||
|
||||
Reference in New Issue
Block a user