diff options
| author | borjarobert <[email protected]> | 2022-02-23 00:52:02 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-22 15:52:02 -0800 |
| commit | 2430a98bc23e25c8950156f09278c3bd57a8c625 (patch) | |
| tree | 4bd40dc8bcfa7fdd7b7ca5f338571f81088bec4d /public/v4/apps/paperless-ng.yml | |
| parent | dec9890cd61a1fb1b3f83f1519f7385d077009a0 (diff) | |
| download | caprover-one-click-apps-2430a98bc23e25c8950156f09278c3bd57a8c625.tar.gz caprover-one-click-apps-2430a98bc23e25c8950156f09278c3bd57a8c625.zip | |
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.
Diffstat (limited to 'public/v4/apps/paperless-ng.yml')
| -rw-r--r-- | public/v4/apps/paperless-ng.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
