Hi guys,
So starting openBalena seems to give me troubles depending on the method I start openBalena.
If I use docker-compose up -d
, then the apps I’ve defined and the devices are present.
If I then run docker-compose down
followed by ./scripts/compose up -d
, then all the services start, but the devices and defined apps are gone.
If I then run ./scripts/compose down
followed by docker-compose up -d
, then my apps and devices are back again.
As such, I figure there’s some kind of difference between the definitions of the docker-compose file generated by the scripts/compose
and what gets run via the script.
Has anyone come across this before?