stepman0 / docker-sonos-kids-controller

Docker image for Thyraz / Sonos-Kids-Controller
10 stars 2 forks source link

Wrong path in compose file #28

Closed WhileDekker closed 2 years ago

WhileDekker commented 2 years ago

HI

@stepman0 : thx for creating the docker!!

I just found one minor thing: the settings.json is loaded from /app/settings.json, therefore the path in the compose file (your example) should be

  - ./api/settings.json:/app/settings.json

Its correctly described here: https://github.com/chrisns/docker-node-sonos-http-api but apparently also wrong here: https://hub.docker.com/r/chrisns/docker-node-sonos-http-api

stepman0 commented 2 years ago

Just fixed - thanks.