fix(gotenberg): use command flags

Gotenberg v7 does not use environment variables anymore, but command's flags.

See: https://gotenberg.dev/docs/get-started/docker-compose#modules-properties
This commit is contained in:
Tooa
2021-11-15 09:54:51 +01:00
parent 5612ad08dd
commit 6fb856ee70
4 changed files with 14 additions and 10 deletions

View File

@@ -66,8 +66,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