Revert "Update setup.rst"

This commit is contained in:
Quinn Casey 2022-02-16 09:07:54 -08:00 committed by GitHub
parent 879a239bcd
commit c2035b4324
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 exec -it webserver python manage.py createsuperuser
$ docker-compose run --rm webserver createsuperuser
This will prompt you to set a username, an optional e-mail address and
finally a password (at least 8 characters).