Closed WhileDekker closed 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
Just fixed - thanks.
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
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