#handbrake视频转码器
HandBrake 是一款开源视频转码器
#快速启动
docker-compose.yml
name: handbrake
services:
handbrake:
container_name: handbrake
network_mode: host
image: jlesage/handbrake
volumes:
- ./config:/config:rw
- ./data:/storage:ro
- ./data/HandBrake/watch:/watch:rw
- ./data/HandBrake/output:/output:rw
environment:
- WEB_LISTENING_PORT=5800
# 需要ssl
- WEB_AUTHENTICATION=1
- WEB_AUTHENTICATION_USERNAME=test
- WEB_AUTHENTICATION_PASSWORD=test