mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-12-20 02:51:14 +00:00
paperless, budibase, kavita, change-detection
This commit is contained in:
@@ -87,3 +87,15 @@ services:
|
||||
- ./consume:/usr/src/paperless/consume
|
||||
- ./trash:/usr/src/paperless/trash
|
||||
```
|
||||
|
||||
## First run these:
|
||||
```sh
|
||||
# fetch the docker image
|
||||
docker-compose pull
|
||||
|
||||
# create admin user
|
||||
docker-compose run --rm webserver createsuperuser
|
||||
|
||||
# start
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user