mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
handbrake gpu update
This commit is contained in:
+4
-1
@@ -1,6 +1,7 @@
|
|||||||
# Handbrake
|
# Handbrake
|
||||||
|
|
||||||
DockerHub: https://hub.docker.com/r/jlesage/handbrake
|
DockerHub: https://hub.docker.com/r/jlesage/handbrake
|
||||||
|
Env docs: https://github.com/jlesage/docker-handbrake
|
||||||
|
|
||||||
## SAMPLE ENV
|
## SAMPLE ENV
|
||||||
|
|
||||||
@@ -18,4 +19,6 @@ You can specify read and write for example:
|
|||||||
"handbrake-storage:/storage:ro"
|
"handbrake-storage:/storage:ro"
|
||||||
"handbrake-output:/output:rw"
|
"handbrake-output:/output:rw"
|
||||||
|
|
||||||
|
## Nvidia
|
||||||
|
|
||||||
|
HANDBRAKE_IMAGE=zocker160/handbrake-nvenc:latest
|
||||||
@@ -8,6 +8,7 @@ services:
|
|||||||
- "${VOL_CONFIG_PATH:-./}/config/ghb:/config/ghb"
|
- "${VOL_CONFIG_PATH:-./}/config/ghb:/config/ghb"
|
||||||
- "${VOL_PATH:-./data}/handbrake/storage:/storage"
|
- "${VOL_PATH:-./data}/handbrake/storage:/storage"
|
||||||
- "${VOL_PATH:-./data}/handbrake/complete:/output"
|
- "${VOL_PATH:-./data}/handbrake/complete:/output"
|
||||||
|
- "${VOL_PATH:-./data}/handbrake/watch:/watch"
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
ports:
|
ports:
|
||||||
- "5800:5800"
|
- "5800:5800"
|
||||||
|
|||||||
Reference in New Issue
Block a user