Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Update document for client usage #3

Open
k-ogawa-1988 opened this issue Feb 7, 2022 · 0 comments
Open

Update document for client usage #3

k-ogawa-1988 opened this issue Feb 7, 2022 · 0 comments

Comments

@k-ogawa-1988
Copy link

As I see README.md for client configuration, it shows like this:

version: '2'

services:
  client:
    image: balenablocks/multiroom
    command: [ "/usr/bin/snapclient", "--host", "<MULTIROOM_SERVER>" ]  # "<MULTIROOM_SERVER>" is your multiroom server hostname or IP address

But in entry.sh, host parameter should be --host=<MULTIROOM_SERVER>.

Thus, docker command should be like this:

version: '2'

services:
  client:
    image: balenablocks/multiroom
    command: [ "/usr/bin/snapclient", "--host=<MULTIROOM_SERVER>" ]  # "<MULTIROOM_SERVER>" is your multiroom server hostname or IP address

This works well for me.

  • Server: using balenaSound
  • Client: my custom docker-compose.yml

Thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant