mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00

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'.