updated documentation regarding execution of management commands with docker fixes #509

This commit is contained in:
jonaswinkler 2021-02-08 00:10:52 +01:00
parent 9b64eebd10
commit 40106f6fcc

View File

@ -180,7 +180,7 @@ tasks on your paperless instance. You can invoke these commands either by
.. code:: shell-session
$ cd /path/to/paperless
$ docker-compose run --rm webserver <command> <arguments>
$ docker-compose exec -u paperless webserver python3 manage.py <command> <arguments>
or