Merge pull request #61 from paperless-ngx/revert-46-patch-1

Revert "Update setup.rst"
This commit is contained in:
Quinn Casey 2022-02-16 09:09:39 -08:00 committed by GitHub
commit a10d331296
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 .. 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 This will prompt you to set a username, an optional e-mail address and
finally a password (at least 8 characters). finally a password (at least 8 characters).