Merge pull request #1311 from mattlamb99/patch-1

Incorrect path to docker-compose files
This commit is contained in:
Jonas Winkler 2021-09-14 21:34:36 +02:00 committed by GitHub
commit 7bc8325df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.