mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
14 lines
156 B
Markdown
14 lines
156 B
Markdown
# Paperless
|
|
|
|
proxy port: 8000
|
|
|
|
|
|
## First Run
|
|
|
|
You will need to create a user:
|
|
|
|
```
|
|
docker exec -it paperless-ngx bash
|
|
python3 manage.py createsuperuser
|
|
```
|