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.
This commit is contained in:
borjarobert 2022-02-23 00:52:02 +01:00 committed by GitHub
parent dec9890cd6
commit 2430a98bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ services:
# gotenberg
$$cap_appname-gotenberg:
image: thecodingmachine/gotenberg
image: thecodingmachine/gotenberg:6
restart: unless-stopped
environment:
DISABLE_GOOGLE_CHROME: 1