updated config path for handbrake

This commit is contained in:
2024-08-07 12:45:13 -07:00
parent 96e7a39295
commit c04de93042
+1 -1
View File
@@ -5,7 +5,7 @@ services:
handbrake:
image: ${HANDBRAKE_IMAGE:-jlesage/handbrake:latest}
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/complete:/output"
restart: "unless-stopped"