diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml
index f823c74..5d2019d 100644
--- a/.woodpecker/build.yml
+++ b/.woodpecker/build.yml
@@ -53,7 +53,7 @@ steps:
     commands:
       - just integration
     environment:
-      ACME_API: http://pebble_acme
+      ACME_API: http://pebble_acme:14000
       PAGES_DOMAIN: localhost.mock.directory
       RAW_DOMAIN: raw.localhost.mock.directory
       PORT: 4430
@@ -125,8 +125,7 @@ services:
   pebble_acme:
     image: ghcr.io/letsencrypt/pebble:2.6.0
     ports:
-      - '80:14000'  # ACME port
-      - '8080:15000'  # Management port
+      - 14000  # ACME port
     environment:
       PEBBLE_VA_NOSLEEP: '1'
       PEBBLE_VA_ALWAYS_VALID: '1'