From f84be89e4995a5356ad6d579b29933cd1e4569cc Mon Sep 17 00:00:00 2001 From: Andreas <41864446+a-waider@users.noreply.github.com> Date: Mon, 31 Jan 2022 10:09:57 +0100 Subject: [PATCH] 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? --- docs/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.rst b/docs/setup.rst index 99c910cf2..1c16ed153 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -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).