mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
parent
35f75563a7
commit
47682bc143
1 changed files with 6 additions and 0 deletions
|
|
@ -170,6 +170,12 @@ steps described in [Docker setup](#docker_hub) automatically.
|
|||
$ docker-compose run --rm webserver createsuperuser
|
||||
```
|
||||
|
||||
or using docker exec from within the container:
|
||||
|
||||
```shell-session
|
||||
$ python3 manage.py createsuperuser
|
||||
```
|
||||
|
||||
This will prompt you to set a username, an optional e-mail address
|
||||
and finally a password (at least 8 characters).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue