From d1c12c322ca85f605867b5c1134eb6b7f2998361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20R=C3=BCpplein?= Date: Sun, 3 May 2026 05:43:51 +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 664d3e7..87c894f 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: - - "${CADDY_PORT}:8080" + - "${CADDY_PORT:?"Caddy Port"}:8080" volumes: - ./configs:/configs - ./data:/app/data