From e0f4298e1c6142f1c0bc561fd59b6150fe6bc51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20R=C3=BCpplein?= Date: Sun, 3 May 2026 05:20:30 +0200 Subject: [PATCH] first test --- bento-pdf/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bento-pdf/compose.yaml b/bento-pdf/compose.yaml index 80580b9..2fa137e 100644 --- a/bento-pdf/compose.yaml +++ b/bento-pdf/compose.yaml @@ -3,7 +3,7 @@ services: image: bentopdfteam/bentopdf-simple:latest container_name: bentopdf ports: - - "3002:8080" + - "${CADDY_PORT}:8080" volumes: - ./configs:/configs - ./data:/app/data