]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update docker-compose start steps 2855/head
authorNatanael Arndt <arndtn@gmail.com>
Thu, 9 Mar 2023 21:30:55 +0000 (22:30 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Mar 2023 21:30:55 +0000 (22:30 +0100)
As also written in the docker-compose file it is necessary to do the steps in the order:

1. Run 'docker-compose pull'.
2. Run 'docker-compose run --rm webserver createsuperuser' to create a user.
3. Run 'docker-compose up -d'.

docs/setup.md

index 425448ff668682a345baa6a19ffcfc1a06046733..bba5e6397ddb10b63bf09708336433bffeed6925 100644 (file)
@@ -160,8 +160,7 @@ steps described in [Docker setup](#docker_hub) automatically.
         `PAPERLESS_CONSUMER_POLLING`, which will disable inotify. See
         [here](/configuration#polling).
 
-6.  Run `docker-compose pull`, followed by `docker-compose up -d`. This
-    will pull the image, create and start the necessary containers.
+6.  Run `docker-compose pull`. This will pull the image.
 
 7.  To be able to login, you will need a super user. To create it,
     execute the following command:
@@ -173,7 +172,9 @@ steps described in [Docker setup](#docker_hub) automatically.
     This will prompt you to set a username, an optional e-mail address
     and finally a password (at least 8 characters).
 
-8.  The default `docker-compose.yml` exports the webserver on your local
+8.  Run `docker-compose up -d`. This will create and start the necessary containers.
+
+9.  The default `docker-compose.yml` exports the webserver on your local
     port
 
     8000\. If you did not change this, you should now be able to visit