From a233e5d4046c5439ccd8b76c9e9b91953eeeef2b Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 3 Mar 2022 11:07:48 -0800 Subject: [PATCH] Add note to pull new image --- docs/setup.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/setup.rst b/docs/setup.rst index d57fa774f..6c2e8248c 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -491,7 +491,8 @@ to image: ghcr.io/paperless-ngx/paperless-ngx:latest -Then restart your container and that's it! +Then make sure you pull the new image (e.g. ``docker-compose pull`` if using compose), restart +your container and that's it! Users who installed with the bare-metal route should also update their Git clone to point to ``https://github.com/paperless-ngx/paperless-ngx``.