Merge pull request #35 from Tooa/1250-gotenberg-follow-up

fix(gotenberg): use command flags
This commit is contained in:
Felix E 2022-03-19 11:03:32 +01:00 committed by GitHub
commit c8ac686b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 10 deletions

View file

@ -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