mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
fixed handbrake config vols
This commit is contained in:
@@ -5,8 +5,7 @@ services:
|
||||
handbrake:
|
||||
image: ${HANDBRAKE_IMAGE:-jlesage/handbrake:latest}
|
||||
volumes:
|
||||
- "${VOL_CONFIG_PATH:-./config}/preferences.json:/config/ghb/preferences.json"
|
||||
- "${VOL_CONFIG_PATH:-./config}/presets.json:/config/ghb/presets.json"
|
||||
- "${VOL_CONFIG_PATH:-./config}/ghb:/config/ghb"
|
||||
- "${VOL_PATH:-./data}/handbrake/storage:/storage"
|
||||
- "${VOL_PATH:-./data}/handbrake/complete:/output"
|
||||
restart: "unless-stopped"
|
||||
|
||||
Reference in New Issue
Block a user