From 1f51859b55d12f84bc15e21497e97aeecbaf11c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20R=C3=BCpplein?= Date: Sun, 3 May 2026 05:38:34 +0200 Subject: [PATCH] first test --- bento-pdf/compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bento-pdf/compose.yaml b/bento-pdf/compose.yaml index 2fa137e..664d3e7 100644 --- a/bento-pdf/compose.yaml +++ b/bento-pdf/compose.yaml @@ -7,6 +7,8 @@ services: volumes: - ./configs:/configs - ./data:/app/data + env_file: + - .env environment: - PUID=1000 - PGID=1000