mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
added paperless
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Paperless
|
||||
|
||||
proxy port: 8000
|
||||
|
||||
|
||||
## First Run
|
||||
|
||||
You will need to create a user:
|
||||
|
||||
```
|
||||
docker exec -it paperless-ngx bash
|
||||
python3 manage.py createsuperuser
|
||||
```
|
||||
Reference in New Issue
Block a user