]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
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)
commit283a2ab648d915ecac91e4afd17463cf3ccb4061
treea45f186dd8460d91f2224000e1bc8b80abd71be2
parent2fe7f8be469695838fcad2390e902e3442cb8adb
Update docker-compose start steps

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