diff --git a/docker/compose/docker-compose.postgres-tika.yml b/docker/compose/docker-compose.postgres-tika.yml index 10e3cfa0d..0824f60a2 100644 --- a/docker/compose/docker-compose.postgres-tika.yml +++ b/docker/compose/docker-compose.postgres-tika.yml @@ -79,9 +79,6 @@ services: gotenberg: image: gotenberg/gotenberg:7.4 restart: unless-stopped - command: - - "gotenberg" - - "--chromium-disable-web-security" tika: image: ghcr.io/paperless-ngx/tika:latest diff --git a/docker/compose/docker-compose.sqlite-tika.yml b/docker/compose/docker-compose.sqlite-tika.yml index 4e1fed5b0..eeb698c1c 100644 --- a/docker/compose/docker-compose.sqlite-tika.yml +++ b/docker/compose/docker-compose.sqlite-tika.yml @@ -67,9 +67,6 @@ services: gotenberg: image: gotenberg/gotenberg:7.4 restart: unless-stopped - command: - - "gotenberg" - - "--chromium-disable-web-security" tika: image: ghcr.io/paperless-ngx/tika:latest diff --git a/docs/configuration.rst b/docs/configuration.rst index c4ab8508f..ec7af3974 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -497,9 +497,6 @@ requires are as follows: gotenberg: image: gotenberg/gotenberg:7.4 restart: unless-stopped - command: - - "gotenberg" - - "--chromium-disable-web-security" tika: image: ghcr.io/paperless-ngx/tika:latest diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index 2db43ab6d..ffef71195 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -129,7 +129,6 @@ If using docker-compose, this is achieved by the following configuration change restart: unless-stopped command: - "gotenberg" - - "--chromium-disable-web-security" - "--api-timeout=60" Permission denied errors in the consumption directory diff --git a/scripts/start_services.sh b/scripts/start_services.sh index 910b30ac2..3d0addb55 100755 --- a/scripts/start_services.sh +++ b/scripts/start_services.sh @@ -2,5 +2,5 @@ docker run -p 5432:5432 -e POSTGRES_PASSWORD=password -v paperless_pgdata:/var/lib/postgresql/data -d postgres:13 docker run -d -p 6379:6379 redis:latest -docker run -p 3000:3000 -d gotenberg/gotenberg:7.4 gotenberg --chromium-disable-web-security +docker run -p 3000:3000 -d gotenberg/gotenberg:7.4 docker run -p 9998:9998 -d ghcr.io/paperless-ngx/tika:latest diff --git a/src/paperless_mail/mail_template/index.html b/src/paperless_mail/mail_template/index.html index a3a01cb3e..d801f57ef 100644 --- a/src/paperless_mail/mail_template/index.html +++ b/src/paperless_mail/mail_template/index.html @@ -37,20 +37,9 @@
-