janvda / balena-node-red-mqtt-nginx-TIG-stack

Composite docker application with "8" containers (2x Node-RED, 2x MQTT broker, Telegraf, InfluxDb, Grafana, Nginx) for deployment on Raspberry Pi through Balena.
Eclipse Public License 2.0
58 stars 42 forks source link

Container in endless installing - starting - installing - stopping loop since upgrade from Resin Os 2.15.1+rev2 to balenaOS 2.27.0+rev1 #11

Closed janvda closed 5 years ago

janvda commented 5 years ago

see : https://forums.balena.io/t/container-in-endless-installing-starting-installing-stopping-loop-since-upgrade-from-resin-os-2-15-1-rev2-to-balenaos-2-27-0-rev1/4790

janvda commented 5 years ago

This problem is due to the ports not listed in ascending order in the docker-compose.yml file for the influxdb container.

See : https://github.com/balena-io/balena-supervisor/issues/824

So reordering the ports in the docker-compose file (see c425304e9c8cd3381603856416266c864699250e) fixed the issue.