Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.05 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.05 KB

spotifyd in docker.

Usage

Using only in docker-compose as service with specify volumes cause this image has not an entrypoint:

services:
  web:
    image: spotifyd
    build:
      context: .
    devices:
      - /dev/snd
    restart: unless-stopped
    command: spotifyd --config-path /etc/spotifyd.conf --no-daemon

Build

docker buildx --tag addovej/spotifyd:latest --platform linux/amd64,linux/arm/v7,linux/arm/v6 --push

DockerHub image: addovej/spotifyd:latest

A config file example in official documentation of spotifyd. You can use it and specify this file as volume in a compose file like this: - /path/to/spotifyd.conf:/etc/spotifyd.conf.

Note

I'm use this image as base just to copy spotifyd binary in my image to decrease building time. Don't use it if you not sure.

For contact to me:

Telegram: @addovej

Email: addovej@gmail.com