Fix: update hires-media mount path to /mnt/hires-media on host
This commit is contained in:
parent
36e104ebdd
commit
2afbdee687
1 changed files with 3 additions and 2 deletions
|
|
@ -38,8 +38,9 @@ services:
|
||||||
- /mnt/smb-ame/Watch:/watch
|
- /mnt/smb-ame/Watch:/watch
|
||||||
- /mnt/smb-ame/Output:/output
|
- /mnt/smb-ame/Output:/output
|
||||||
- /mnt/smb-ame/Logs:/ame-logs
|
- /mnt/smb-ame/Logs:/ame-logs
|
||||||
# High-res media folder for fallback lookup
|
# High-res media folder for fallback lookup (mount on host first:
|
||||||
- /mnt/Hitchcock/bmg_video/Media:/hires-media:ro
|
# sudo mount -t cifs //172.18.210.5/bmg_video/Media /mnt/hires-media -o username=smb,password=Production2020!,...)
|
||||||
|
- /mnt/hires-media:/hires-media:ro
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
app_data:
|
app_data:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue