From b423ca60e54c17551c7d4f1f38dc0cd208489f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20R=C3=BCpplein?= Date: Sun, 3 May 2026 05:44:18 +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 87c894f..3807c1d 100644 --- a/bento-pdf/compose.yaml +++ b/bento-pdf/compose.yaml @@ -13,5 +13,5 @@ services: - PUID=1000 - PGID=1000 - APP_PORT=8080 - - SECRET_KEY=${SECRET_KEY} + - SECRET_KEY=${SECRET_KEY:?"Secret Key"} restart: unless-stopped