mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
9 lines
258 B
YAML
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
|