You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I previously had the following .env file, attempting to deploy latest version on a new host already running influxdb for another application now gives an error
Starting dockerspeedtestgrafana_influxdb_1
ERROR: for influxdb Cannot start service influxdb: driver failed programming external connectivity on endpoint dockerspeedtestgrafana_influxdb_1 (e7e3ee9b4b7edc08f1d139e980128c9b041e78f4b1cd727e829e944e038cc986): Bind for 0.0.0.0:8086 failed: port is already allocated
The issue is I think, the env file specifies the Influx port as 8088, yet the influxdb server tires to start on 8086 (standard port iirc). So the .env file setting isn't being honoured.
No description provided.
The text was updated successfully, but these errors were encountered: