-
-
Save LordOkami/4449f2554cb5122510f697f4dee46d6a to your computer and use it in GitHub Desktop.
Deezer Music downloader
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
COMPOSE_CONVERT_WINDOWS_PATHS=1 |
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: '3.3' | |
services: | |
deezloaderrmx: | |
image: bocki/deezloaderrmx | |
container_name: Deezldr | |
volumes: | |
- /F/Music/deezer:/downloads | |
- /F/Music/deezer_config:/config | |
environment: | |
- PUID=1000 | |
- PGID=1000 | |
ports: | |
- 1730:1730 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment