fixed handbrake config vols

This commit is contained in:
2024-07-21 23:33:24 -07:00
parent 2548b064e6
commit 97b0ab5afb
+1 -2
View File
@@ -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"