Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

influxdb port option depricated ? #22

Open
GadgetUK opened this issue Jan 31, 2021 · 3 comments
Open

influxdb port option depricated ? #22

GadgetUK opened this issue Jan 31, 2021 · 3 comments

Comments

@GadgetUK
Copy link

No description provided.

@GadgetUK
Copy link
Author

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

.env file

GRAFANA_PORT=3002
INFLUX_PORT=8088
SPEEDTEST_SPEEDTEST_INTERVAL=600
SPEEDTEST_HOST=local

@R32GUY
Copy link

R32GUY commented Feb 4, 2021

you may find it's a port clash issue try a different range to see if that works or revert your .env file back to the sample one does that work?

@GadgetUK
Copy link
Author

GadgetUK commented Feb 4, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants