spotifyd-docker/docker-compose.yml

13 lines
232 B
YAML
Raw Normal View History

2022-02-05 23:52:44 +00:00
version: "3"
services:
spotifyd:
container_name: spotify
image: djeeberjr/spotifyd
devices:
- "/dev/snd:/dev/snd"
environment:
2022-02-06 22:35:47 +00:00
- USERNAME=myUsername
- PASSWORD=myPassword
2022-02-06 22:38:52 +00:00
- DEVICE=Spotifyd