Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Update setup.rst
Browse files Browse the repository at this point in the history
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?
  • Loading branch information
a-waider committed Jan 31, 2022
1 parent 7bc8325 commit f84be89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit f84be89

Please sign in to comment.