From: Andreas <41864446+a-waider@users.noreply.github.com> Date: Mon, 31 Jan 2022 09:09:57 +0000 (+0100) Subject: Update setup.rst X-Git-Tag: ngx-1.6.0-rc1~103^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F46%2Fhead;p=thirdparty%2Fpaperless-ngx.git 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? --- diff --git a/docs/setup.rst b/docs/setup.rst index 99c910cf22..1c16ed1538 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).