mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-01 01:46:16 +00:00
updated documentation regarding execution of management commands with docker fixes #509
This commit is contained in:
@@ -180,7 +180,7 @@ tasks on your paperless instance. You can invoke these commands either by
|
|||||||
.. code:: shell-session
|
.. code:: shell-session
|
||||||
|
|
||||||
$ cd /path/to/paperless
|
$ cd /path/to/paperless
|
||||||
$ docker-compose run --rm webserver <command> <arguments>
|
$ docker-compose exec -u paperless webserver python3 manage.py <command> <arguments>
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user