]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Updates a few more instances of the container 1768/head
authorTrenton Holmes <holmes.trenton@gmail.com>
Mon, 10 Oct 2022 01:03:29 +0000 (18:03 -0700)
committerTrenton Holmes <holmes.trenton@gmail.com>
Mon, 10 Oct 2022 01:03:29 +0000 (18:03 -0700)
docs/configuration.rst
docs/troubleshooting.rst
scripts/start_services.sh

index 367770e181b2521c63b1f6387e3ae049b15079cf..402a41761f05f4372cc76c12e20f2a1a49b4a44a 100644 (file)
@@ -538,7 +538,7 @@ requires are as follows:
         # ...
 
         gotenberg:
-            image: gotenberg/gotenberg:7.4
+            image: gotenberg/gotenberg:7.6
             restart: unless-stopped
             command:
                 - "gotenberg"
index 6d94d710099b0bf7d75e36ae390fe41e1fdac4a8..0e8f6a6829d23739fe74a6aaff7b605e29c72278 100644 (file)
@@ -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"
index 3d0addb5591b77d39695bc46c4ba7faa9bbfb0bb..97ef0cba7fbdc8351976bea3a2b5c8b0028e3bcd 100755 (executable)
@@ -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