Hi there, are those logs coming from your device log dashboard? Could you confirm you 're still having issues? What device-type and version of BalenaOS are you using?
The log comes from Supervisor in the cloud (yellow text)
I still have the issue.
Running on raspberry pi
What I was trying to achieve with this image is allow me to use REMOTE - SSH plugin from VSCode. So I could use full IDE debugging when needed (only need access to the mounted volumes).
EXTRA NOTE: I also tried the dev image, but the same issue presist.
Hi @bensh, I was able to reproduce this issue using the files you added above.
I checked the Supervisor logs and saw lots of these Error: (HTTP code 400) unexpected - invalid port specification: "487402". A bit of digging led me to this Docker compose issue and this specific comment in particular https://github.com/docker/compose/issues/3109#issuecomment-195435884
So I quoted the port mappings like this in docker-compose.yaml and the service correctly installed. Can you give that a try and let us know if it doesn’t fix your issue?