mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix typo in extending.rst
``` unknown shorthand flag: 'r' in -restart See 'docker run --help'. ``` I think this should be `--restart`
This commit is contained in:
parent
aa39abc41a
commit
cbe4e698c5
@ -51,7 +51,7 @@ To do the setup you need to perform the steps from the following chapters in a c
|
|||||||
|
|
||||||
.. code:: shell-session
|
.. code:: shell-session
|
||||||
|
|
||||||
docker run -d -p 6379:6379 -restart unless-stopped redis:latest
|
docker run -d -p 6379:6379 --restart unless-stopped redis:latest
|
||||||
|
|
||||||
6. Install the python dependencies by performing in the src/ directory.
|
6. Install the python dependencies by performing in the src/ directory.
|
||||||
.. code:: shell-session
|
.. code:: shell-session
|
||||||
|
Loading…
x
Reference in New Issue
Block a user