docker-spotify
version: "2" services: librespot: image: dubodubonduponey/librespot:latest container_name: librespot restart: unless-stopped read_only: true cap_drop: - ALL network_mode: host volumes: - /tmp:/tmp environment: - NAME=Server devices: - "/dev/snd:/dev/snd" group_add: - audio