bockiii/deemix docker run -d \ --name=deemix \ -p 6595:6595 \ -v /path/to/config:/config \ -v /path/to/downloads:/downloads \ -e PUID=1000 \ -e PGID=1000 \ -e UMASK=022 \ --restart unless-stopped \ registry.gitlab.com/bockiii/deemix-docker:latest Docker Compose (recommended) version: '3.8' services: deemix: image: registry.gitlab.com/bockiii/deemix-docker:latest container_name: deemix restart: unless-stopped ports: - "6595:6595" volumes: - ./deemix/config:/config - ./deemix/downloads:/downloads environment: - PUID=1000 - PGID=1000 - UMASK=022 - DEEMIX_AUTO_LOGIN=true # optional
registry.gitlab.com/bockiii/deemix-docker Also available on Docker Hub (community): deemix docker
Run:
Deemix is a decentralized music downloader that allows you to download tracks, albums, and playlists from Deezer at various bitrates (including FLAC if you have a HiFi account). The Docker version provides an easy, isolated way to run Deemix with a web interface. Official Docker Image The most maintained image is: bockiii/deemix docker run -d \ --name=deemix \ -p