Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Created March 26, 2021 15:20
Show Gist options
  • Save dnburgess/9a41c4c3409e1cd55ca0519464c54225 to your computer and use it in GitHub Desktop.
Save dnburgess/9a41c4c3409e1cd55ca0519464c54225 to your computer and use it in GitHub Desktop.
DB Tech TubeSynch
version: '2'
services
tubesync:
image: ghcr.io/meeb/tubesync:v0.9.1
ports:
- 4848:4848
environment:
- TZ=America/Denver
- PUID=998
- PGID=100
volumes:
- /srv/Configs/Tubesync-Config:/config
- /srv/Configs/Tubesync-Downloads:/downloads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment