We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8386a commit 5f68ad4Copy full SHA for 5f68ad4
.github/workflows/PebbleStrict.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Install tools
38
run: sudo apt-get install -y socat
39
- name: Run Pebble
40
- run: cd .. && curl https://raw.githubusercontent.com/letsencrypt/pebble/master/docker-compose.yml >docker-compose.yml && docker-compose up -d
+ run: cd .. && curl https://raw.githubusercontent.com/letsencrypt/pebble/master/docker-compose.yml >docker-compose.yml && docker compose up -d
41
- name: Set up Pebble
42
run: curl --request POST --data '{"ip":"10.30.50.1"}' http://localhost:8055/set-default-ipv4
43
- name: Clone acmetest
0 commit comments