mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
updated config path for handbrake
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
|||||||
handbrake:
|
handbrake:
|
||||||
image: ${HANDBRAKE_IMAGE:-jlesage/handbrake:latest}
|
image: ${HANDBRAKE_IMAGE:-jlesage/handbrake:latest}
|
||||||
volumes:
|
volumes:
|
||||||
- "${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"
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
|
|||||||
Reference in New Issue
Block a user