Created new Docker profile for HandBrake
This commit is contained in:
parent
f8787f64b7
commit
6f6ded9eee
1 changed files with 17 additions and 0 deletions
17
handbrake/docker-compose.yml
Normal file
17
handbrake/docker-compose.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
version: '3'
|
||||
services:
|
||||
handbrake:
|
||||
container_name: handbrake
|
||||
ports:
|
||||
- 5800:5800
|
||||
volumes:
|
||||
- ${ZFS_DIR}/handbrake/config:/config:rw
|
||||
- ${ZFS_DIR}/handbrake/data:/storage:ro
|
||||
- ${ZFS_DIR}/handbrake/watch:/watch:rw
|
||||
- ${ZFS_DIR}/handbrake/output:/output:rw
|
||||
image: jlesage/handbrake
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue