From 2430a98bc23e25c8950156f09278c3bd57a8c625 Mon Sep 17 00:00:00 2001 From: borjarobert <54457920+borjarobert@users.noreply.github.com> Date: Wed, 23 Feb 2022 00:52:02 +0100 Subject: [PATCH] Update paperless-ng.yml for proper gotenberg support (#627) Only version 6 of gotenberg works. If the image name is left undefined it downloads version 7.5, which fails when called (at least when converting msword docs to pdf). Setting it to gotenberg:6 fixes it. --- public/v4/apps/paperless-ng.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/v4/apps/paperless-ng.yml b/public/v4/apps/paperless-ng.yml index 3eea5f3..88ca98b 100644 --- a/public/v4/apps/paperless-ng.yml +++ b/public/v4/apps/paperless-ng.yml @@ -98,7 +98,7 @@ services: # gotenberg $$cap_appname-gotenberg: - image: thecodingmachine/gotenberg + image: thecodingmachine/gotenberg:6 restart: unless-stopped environment: DISABLE_GOOGLE_CHROME: 1