From 2aca64bfcd686517d75c1fcb5a5b42359872006a Mon Sep 17 00:00:00 2001 From: Matt Lamb Date: Mon, 13 Sep 2021 16:33:46 +1200 Subject: [PATCH] Incorrect path to docker-compose files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78bc1f431..5c51c6f24 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ If you want to see paperless-ng in action, [more screenshots are available in th # Getting started -The recommended way to deploy paperless is docker-compose. The files in the /docker/hub directory are configured to pull the image from Docker Hub. +The recommended way to deploy paperless is docker-compose. The files in the /docker/compose directory are configured to pull the image from Docker Hub. Read the [documentation](https://paperless-ng.readthedocs.io/en/latest/setup.html#installation) on how to get started.