Fixes my broken formatting

This commit is contained in:
Trenton Holmes 2022-12-04 14:00:59 -08:00
parent 8076ebd78c
commit 4b31e5d0b4
2 changed files with 16 additions and 16 deletions

View File

@ -615,9 +615,9 @@ services:
# The gotenberg chromium route is used to convert .eml files. We do not # The gotenberg chromium route is used to convert .eml files. We do not
# want to allow external content like tracking pixels or even javascript. # want to allow external content like tracking pixels or even javascript.
command: command:
- "gotenberg" - 'gotenberg'
- "--chromium-disable-javascript=true" - '--chromium-disable-javascript=true'
- "--chromium-allow-list=file:///tmp/.*" - '--chromium-allow-list=file:///tmp/.*'
tika: tika:
image: ghcr.io/paperless-ngx/tika:latest image: ghcr.io/paperless-ngx/tika:latest

View File

@ -128,10 +128,10 @@ change in the `docker-compose.yml` file:
# The gotenberg chromium route is used to convert .eml files. We do not # The gotenberg chromium route is used to convert .eml files. We do not
# want to allow external content like tracking pixels or even javascript. # want to allow external content like tracking pixels or even javascript.
command: command:
- "gotenberg" - 'gotenberg'
- "--chromium-disable-javascript=true" - '--chromium-disable-javascript=true'
- "--chromium-allow-list=file:///tmp/.*" - '--chromium-allow-list=file:///tmp/.*'
- "--api-timeout=60" - '--api-timeout=60'
``` ```
## Permission denied errors in the consumption directory ## Permission denied errors in the consumption directory