From fbeaed930e3e853a8672ebf85752ace6c9a31137 Mon Sep 17 00:00:00 2001 From: Johan Ohly Date: Sun, 1 Dec 2024 16:38:49 +0100 Subject: [PATCH] Documentation: fix docker hub image name (#8398) --- 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: