spotifyd image that uses pulseaudio network
1.1K
This container starts spotifyd and connects to a local pulseaudio tcp connection.
See https://github.com/Spotifyd/spotifyd to configure spotifyd.
This container just needs two environment variables:
PULSE_IP which is the pulseaudio network tcp endpointPULSE_COOKIE which is the pulseaudio cookieversion: '3'
services:
spotifyd:
image: ausraster/spotifyd
network_mode: "host"
environment:
- PULSE_COOKIE=/tmp/pulseaudio.cookie
- PULSE_IP=192.168.178.6
volumes:
- /etc/spotifyd.conf:/etc/spotifyd.conf
Content type
Image
Digest
Size
47.1 MB
Last updated
over 6 years ago
docker pull ausraster/spotifyd