From 500a6bd70abebfbd4edc000b4a25dd1b795af788 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Sun, 5 Mar 2023 15:46:02 +0100 Subject: [PATCH] fix: add password and user to compose --- roles/paperless/templates/docker-compose.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/paperless/templates/docker-compose.env b/roles/paperless/templates/docker-compose.env index f9e12fd..3b01356 100644 --- a/roles/paperless/templates/docker-compose.env +++ b/roles/paperless/templates/docker-compose.env @@ -2,3 +2,5 @@ PAPERLESS_URL=https://paperless.atlantishq.de PAPERLESS_TIME_ZONE=Europe/Berlin PAPERLESS_OCR_LANGUAGE=deu PAPERLESS_SECRET_KEY=HISTORY_PURGED_SECRET +PAPERLESS_ADMIN_USER=sheppy +PAPERLESS_ADMIN_PASSWORD=HISTORY_PURGED_SECRET