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:
Andreas 2022-01-31 10:09:57 +01:00 committed by GitHub
parent 7bc8325df9
commit f84be89e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).