Skip to content

Instantly share code, notes, and snippets.

@LordOkami
Last active February 26, 2020 21:25
Show Gist options
  • Save LordOkami/4449f2554cb5122510f697f4dee46d6a to your computer and use it in GitHub Desktop.
Save LordOkami/4449f2554cb5122510f697f4dee46d6a to your computer and use it in GitHub Desktop.
Deezer Music downloader
COMPOSE_CONVERT_WINDOWS_PATHS=1
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