From 60fa45f25099a2391c1e5a9ce12dc63f23d0da1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20R=C3=BCpplein?= Date: Wed, 6 May 2026 06:20:53 +0000 Subject: [PATCH] bento-pdf/compose.yaml aktualisiert --- 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 3807c1d..378ed15 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:?"Caddy Port"}:8080" + - "${CADDY_PORT:?'Caddy Port'}:8080" volumes: - ./configs:/configs - ./data:/app/data