Skip to content

Commit 5f68ad4

Browse files
author
neil
committed
fix
1 parent bb8386a commit 5f68ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PebbleStrict.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install tools
3838
run: sudo apt-get install -y socat
3939
- name: Run Pebble
40-
run: cd .. && curl https://raw.githubusercontent.com/letsencrypt/pebble/master/docker-compose.yml >docker-compose.yml && docker-compose up -d
40+
run: cd .. && curl https://raw.githubusercontent.com/letsencrypt/pebble/master/docker-compose.yml >docker-compose.yml && docker compose up -d
4141
- name: Set up Pebble
4242
run: curl --request POST --data '{"ip":"10.30.50.1"}' http://localhost:8055/set-default-ipv4
4343
- name: Clone acmetest

0 commit comments

Comments
 (0)