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:
parent
dec9890cd6
commit
2430a98bc2
|
|
@ -98,7 +98,7 @@ services:
|
|||
|
||||
# gotenberg
|
||||
$$cap_appname-gotenberg:
|
||||
image: thecodingmachine/gotenberg
|
||||
image: thecodingmachine/gotenberg:6
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
DISABLE_GOOGLE_CHROME: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue