Fix pebble challtestsrv

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-11-10 15:36:17 +01:00
parent 8f8271cdfa
commit 5b6016c817

View File

@@ -122,7 +122,7 @@ services:
- "8055:8055" # HTTP-01 challenge test server
- "8053:8053" # DNS server
- "8056:8056" # Management API
command: pebble-challtestsrv -dns01 ":8053" -http01 ":8055" -management ":8056"
command: -dns01 ":8053" -http01 ":8055" -management ":8056"
volumes:
postgres-data: