Files

9 lines
258 B
YAML

services:
video-duplicate-finder:
image: jlesage/video-duplicate-finder:latest
ports:
- "5800:5800"
volumes:
- ${VOL_PATH:-./data}/video-duplicate-finder-config:/config:rw
- ${VDF_VOL_STORAGE_PATH:-./data/storage}:/storage:rw