From 4e9e1de6df6d423f3214df254ba45c833778a5ae Mon Sep 17 00:00:00 2001 From: Johan Ohly Date: Sun, 1 Dec 2024 14:22:11 +0000 Subject: [PATCH] Docs: fix docker hub image name in installation guide --- docs/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.md b/docs/setup.md index b16221353..9bca5efc4 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -129,7 +129,7 @@ account. The script essentially automatically performs the steps described in [D 5. Run `docker compose pull`. This will pull the image from the GitHub container registry by default but you can change the image to pull from Docker Hub by changing the `image` - line to `image: paperless-ngx/paperless-ngx:latest`. + line to `image: paperlessngx/paperless-ngx:latest`. 6. To be able to login, you will need a "superuser". To create it, execute the following command: