Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Created April 6, 2021 19:41
Show Gist options
  • Save dnburgess/567d350bb96b3a66697c422342113b29 to your computer and use it in GitHub Desktop.
Save dnburgess/567d350bb96b3a66697c422342113b29 to your computer and use it in GitHub Desktop.
DB Tech Dupe Guru
version: '2'
services:
dupeguru:
image: jlesage/dupeguru
ports:
- 5800:5800
environment:
- TZ=America/Denver
- PUID=1026
- PGID=100
volumes:
- /srv/dev-disk-by-uuid-0d4a201c-b292-412d-ade6-cc5561e54f1f/Configs:/config:rw
- /srv/dev-disk-by-uuid-0d4a201c-b292-412d-ade6-cc5561e54f1f/Movies:/storage:rw
- /srv/dev-disk-by-uuid-0d4a201c-b292-412d-ade6-cc5561e54f1f/Trash:/trash:rw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment