From 8c03d9c63837a47f328711d33d154a33aae8685b Mon Sep 17 00:00:00 2001 From: Trenton H Date: Mon, 3 Oct 2022 11:11:51 -0700 Subject: [PATCH] Corrects a re-numbered step --- docs/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.rst b/docs/setup.rst index f6aa4fa41..e7eccbfbc 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -646,7 +646,7 @@ are translatable to Docker commands as well. 3. Update Redis configuration a) If ``REDIS_URL`` is already set, change it to ``PAPERLESS_REDIS`` and continue - to step 3. + to step 4. b) Otherwise, in the ``docker-compose.yml`` add a new service for Redis, following `the example compose files ` b) Set the environment variable ``PAPERLESS_REDIS`` so it points to the new Redis container