Hi!
I use giof71/squeezelite with ghcr.io/ledfx/ledfx.
Config LedFx:
volumes:
ledfx-config:
services:
ledfx:
image: ghcr.io/ledfx/ledfx:latest
container_name: ledfx
restart: unless-stopped
network_mode: host
volumes:
- ./ledfx-config:/home/ledfx/ledfx-config:rw
- ./ledfx-pulse-data:/home/ledfx/.config/pulse:rw
But LedFx create socket in ./ledfx-pulse-data with name pulseaudio.socket.
Problem: giof71/squeezelite expect socket with name native.
If I create symlink native -> pulseaudio.socket - it's work. But I have to do this after every container LedFx restart.
How I can use custom socket name?
Hi!
I use
giof71/squeezelitewithghcr.io/ledfx/ledfx.Config LedFx:
But LedFx create socket in
./ledfx-pulse-datawith namepulseaudio.socket.Problem:
giof71/squeezeliteexpect socket with namenative.If I create symlink
native -> pulseaudio.socket- it's work. But I have to do this after every container LedFx restart.How I can use custom socket name?