From: Trenton Holmes Date: Mon, 10 Oct 2022 01:03:29 +0000 (-0700) Subject: Updates a few more instances of the container X-Git-Tag: v1.10.0-beta.rc1~1^2~75^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1768%2Fhead;p=thirdparty%2Fpaperless-ngx.git Updates a few more instances of the container --- diff --git a/docs/configuration.rst b/docs/configuration.rst index 367770e181..402a41761f 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -538,7 +538,7 @@ requires are as follows: # ... gotenberg: - image: gotenberg/gotenberg:7.4 + image: gotenberg/gotenberg:7.6 restart: unless-stopped command: - "gotenberg" diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index 6d94d71009..0e8f6a6829 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -125,7 +125,7 @@ If using docker-compose, this is achieved by the following configuration change .. code:: yaml gotenberg: - image: gotenberg/gotenberg:7.4 + image: gotenberg/gotenberg:7.6 restart: unless-stopped command: - "gotenberg" diff --git a/scripts/start_services.sh b/scripts/start_services.sh index 3d0addb559..97ef0cba7f 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 +docker run -p 3000:3000 -d gotenberg/gotenberg:7.6 docker run -p 9998:9998 -d ghcr.io/paperless-ngx/tika:latest