From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:52:28 +0000 (-0700) Subject: Remove old information about building the Docker image locally (#4354) X-Git-Tag: v2.0.0-beta.1~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01af725d79960af4fabcffa2b80ea669ce1faaa2;p=thirdparty%2Fpaperless-ngx.git Remove old information about building the Docker image locally (#4354) --- diff --git a/docs/setup.md b/docs/setup.md index f034d5304c..d6fcad93f0 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -223,20 +223,8 @@ steps described in [Docker setup](#docker_hub) automatically. webserver: build: context: . - args: - QPDF_VERSION: x.y.x - PIKEPDF_VERSION: x.y.z - PSYCOPG2_VERSION: x.y.z - JBIG2ENC_VERSION: 0.29 ``` - !!! note - - You should match the build argument versions to the version for the - release you have checked out. These are pre-built images with - certain, more updated software. If you want to build these images - your self, that is possible, but beyond the scope of these steps. - 4. Follow steps 3 to 8 of [Docker Setup](#docker_hub). When asked to run `docker-compose pull` to pull the image, do