Skip to content

How can I use custom socket? #350

@scelikr

Description

@scelikr

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?

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions