Sign inSign up

shuricksumy/snapcast

By shuricksumy

Updated 2 days ago

Image
1

10K+

shuricksumy/snapcast repository overview

snapclient

 snapclient:
      image: shuricksumy/snapcast:latest
      container_name: snapclient
      restart: unless-stopped
      devices:
        - "/dev/snd:/dev/snd"  # Access to host audio devices
      environment:
        - HOST=192.168.88.111  # Static IP of Snapserver
        - ROLE=client
        - EXTRA_ARGS=--user snapclient:audio -s BTR3K --hostID FIIO

snapserver

    snapserver:
      image: shuricksumy/snapcast:latest
      container_name: snapserver
      restart: unless-stopped
      network_mode: host
      environment:
        - ROLE=server
      volumes:
        - ${DATA_DIR}/snapcast:/tmp/snapcast

Tag summary

Content type

Image

Digest

sha256:551056d9f

Size

220.4 MB

Last updated

2 days ago

docker pull shuricksumy/snapcast