first commit
This commit is contained in:
11
test/compose.yml
Normal file
11
test/compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
spotifyd:
|
||||
container_name: spotify
|
||||
restart: always
|
||||
image: hvalev/spotifyd-alsa-dbus
|
||||
network_mode: host
|
||||
# Keep in mind to keep the ports for zeroconf and mdns open on the host
|
||||
devices:
|
||||
- /dev/snd:/dev/snd
|
||||
volumes:
|
||||
- ./spotifyd.conf:/etc/spotifyd.conf
|
||||
Reference in New Issue
Block a user