mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
updated documentation regarding execution of management commands with docker fixes #509
This commit is contained in:
parent
9b64eebd10
commit
40106f6fcc
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user