mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
updated documentation regarding execution of management commands with docker fixes #509
This commit is contained in:
parent
9b64eebd10
commit
40106f6fcc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue