Last active
August 19, 2020 15:41
-
-
Save dnburgess/b376061136f38aa8b8d37177eb94545a to your computer and use it in GitHub Desktop.
DB Tech Deezloader Remix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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