mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Merge pull request #35 from Tooa/1250-gotenberg-follow-up
fix(gotenberg): use command flags
This commit is contained in:
commit
c8ac686b22
4 changed files with 14 additions and 10 deletions
|
|
@ -79,8 +79,9 @@ services:
|
|||
gotenberg:
|
||||
image: gotenberg/gotenberg:7
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
CHROMIUM_DISABLE_ROUTES: 1
|
||||
command:
|
||||
- "gotenberg"
|
||||
- "--chromium-disable-routes=true"
|
||||
|
||||
tika:
|
||||
image: apache/tika
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue