Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Last active August 19, 2020 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnburgess/b376061136f38aa8b8d37177eb94545a to your computer and use it in GitHub Desktop.
Save dnburgess/b376061136f38aa8b8d37177eb94545a to your computer and use it in GitHub Desktop.
DB Tech Deezloader Remix
version: '2.1'
services:
deezloaderrmx:
image: bocki/deezloaderrmx
container_name: Deezldr
volumes:
- /srv/deezloaderrmx:/downloads
- /srv/deezloaderrmx:/config
environment:
- PUID=998 #Optional
- PGID=100 #Optional
ports:
- 1730:1730
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment