mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-16 21:55:37 -05:00
Updates manage.py so it is aware of the container environment provided by s6-overlay
This commit is contained in:
@@ -135,7 +135,7 @@ account. The script essentially automatically performs the steps described in [D
|
||||
execute the following command:
|
||||
|
||||
```shell-session
|
||||
docker compose run --rm webserver createsuperuser
|
||||
docker compose run --rm webserver ./manage.py createsuperuser
|
||||
```
|
||||
|
||||
or using docker exec from within the container:
|
||||
|
Reference in New Issue
Block a user