fix!: Update to gotenberg 7.8
This commit is contained in:
parent
6ad8686491
commit
7200dba94d
@ -5,7 +5,7 @@ paperless_admin_user: "admin"
|
|||||||
paperless_admin_password: "changeme"
|
paperless_admin_password: "changeme"
|
||||||
|
|
||||||
paperless_image_version_redis: "7"
|
paperless_image_version_redis: "7"
|
||||||
paperless_image_version_gotenberg: "7.4"
|
paperless_image_version_gotenberg: "7.8"
|
||||||
paperless_image_version_tika: "latest"
|
paperless_image_version_tika: "latest"
|
||||||
paperless_image_version_paperless: "latest"
|
paperless_image_version_paperless: "latest"
|
||||||
|
|
||||||
|
@ -52,7 +52,8 @@ services:
|
|||||||
image: "gotenberg/gotenberg:{{ paperless_image_version_gotenberg }}"
|
image: "gotenberg/gotenberg:{{ paperless_image_version_gotenberg }}"
|
||||||
command:
|
command:
|
||||||
- "gotenberg"
|
- "gotenberg"
|
||||||
- "--chromium-disable-routes=true"
|
- "--chromium-disable-javascript=true"
|
||||||
|
- "--chromium-allow-list=file:///tmp/.*"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- paperless
|
- paperless
|
||||||
@ -61,9 +62,6 @@ services:
|
|||||||
#
|
#
|
||||||
tika:
|
tika:
|
||||||
image: "ghcr.io/paperless-ngx/tika:{{ paperless_image_version_tika }}"
|
image: "ghcr.io/paperless-ngx/tika:{{ paperless_image_version_tika }}"
|
||||||
command:
|
|
||||||
- "gotenberg"
|
|
||||||
# - "--chromium-disable-routes=true"
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- paperless
|
- paperless
|
||||||
|
Loading…
Reference in New Issue
Block a user