Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ihmily/DouyinLiveRecorder/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Docker installed
- Docker Compose installed
Quickstart
The fastest way to get started is with thedocker-compose.yaml file included in the repository. It pulls the pre-built image from Docker Hub automatically.
docker-compose.yaml
The full compose file used to run the recorder:Volume mounts
| Host path | Container path | Purpose |
|---|---|---|
./config | /app/config | Configuration files, including URL_config.ini and config.ini |
./logs | /app/logs | Runtime log files |
./backup_config | /app/backup_config | Automatic config backups |
./downloads | /app/downloads | Recorded video output |
Docker Hub image
The official pre-built image is published at:latest tag. To pin a specific version, change the image field:
The Docker Hub image may not always reflect the very latest commit on the main branch. If you need the most recent code, build a custom image from source instead.
Building a custom image from source
To build and run from the local source tree:-
Edit
docker-compose.yaml— change theimagename and uncomment thebuildline: -
Build the image and start the container:
Or build and start in a single step:
