Update vdf/docker-compose.yml

This commit is contained in:
john
2025-12-29 19:40:30 +00:00
parent ddcd7fd4aa
commit a954834d37

View File

@@ -2,15 +2,18 @@ services:
video-duplicate-finder: video-duplicate-finder:
image: jlesage/video-duplicate-finder image: jlesage/video-duplicate-finder
volumes: volumes:
- 'nas-share:/storage:rw' - '/home/john/docker/vdf/storage:/storage:rw'
- '/home/john/docker/vdf/data:/config:rw' - '/home/john/docker/vdf/data:/config:rw'
ports: ports:
- '5800:5800' - '5800:5800'
environment:
- TZ = Europe/London
- UMASK = 0000
container_name: video-duplicate-finder container_name: video-duplicate-finder
volumes: #volumes:
nas-share: # nas-share:
driver_opts: # driver_opts:
type: cifs # type: cifs
o: "username=john,password=mary1948" # o: "username=john,password=mary1948"
device: "//192.168.1.7/john-home/Pictures Sort/" # share on VALHALLA # device: "//192.168.1.7/john-home/Pictures Sort/" # share on VALHALLA