spotifyd-docker/docker-compose.yml

13 lines
271 B
YAML
Raw Normal View History

2022-02-05 23:52:44 +00:00
version: "3"
services:
spotifyd:
container_name: spotify
image: djeeberjr/spotifyd
build: .
devices:
- "/dev/snd:/dev/snd"
environment:
- SPOTIFYD_USERNAME=myUsername
- SPOTIFYD_PASSWORD=myPassword
- SPOTIFYD_DEVICE=Spotifyd