mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
Update setup.rst
In my installation environment the setup didn't work. I think running `docker exec` instead of `docker-compose run` is more error free. Or is there any specific reason why `docker-compose run` is used?
This commit is contained in:
parent
7bc8325df9
commit
f84be89e49
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ Install Paperless from Docker Hub
|
|||
|
||||
.. code-block:: shell-session
|
||||
|
||||
$ docker-compose run --rm webserver createsuperuser
|
||||
$ docker exec -it webserver python manage.py createsuperuser
|
||||
|
||||
This will prompt you to set a username, an optional e-mail address and
|
||||
finally a password (at least 8 characters).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue