From 5bdbc98d68d7f727744ca53e079f6ea7798c847c Mon Sep 17 00:00:00 2001 From: Flaminel Date: Wed, 23 Jul 2025 11:39:50 +0300 Subject: [PATCH] fixed Docker image path in docs --- docs/docs/installation/detailed.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/detailed.mdx b/docs/docs/installation/detailed.mdx index 4de9d918..f3547e07 100644 --- a/docs/docs/installation/detailed.mdx +++ b/docs/docs/installation/detailed.mdx @@ -52,7 +52,7 @@ docker run -d --name cleanuparr \ -e PGID=1000 \ -e UMASK=022 \ -e TZ=Etc/UTC \ - ghcr.io/cleanuparr:latest + ghcr.io/cleanuparr/cleanuparr:latest ``` ### Docker Compose