Fixed the Readme.rst to show only the 8086 port being used by influxdb #40
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The docker.yml makes no reference to port 8083, and as it exists right now, the documentation is a bit misleading.
Here's a copy of the docker ps command from a currenrly running instance.
[root@HelperVM-01160 ~]# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
adef0f482eb9 grafana/grafana:5.4.3 "/run.sh" 4 days ago Up 4 days 0.0.0.0:3000->3000/tcp, :::3000->3000/tcp aosomstreaming_grafana_1
9cafa8419695 influxdb:1.8.2-alpine "/entrypoint.sh infl…" 4 days ago Up 4 days 0.0.0.0:8086->8086/tcp, :::8086->8086/tcp aosomstreaming_influxdb_1
d276804a82b5 apstra/telegraf:latest "/entrypoint.sh tele…" 4 days ago Up 4 days 8092/udp, 0.0.0.0:6666->6666/tcp, :::6666->6666/tcp, 8125/udp, 8094/tcp aosomstreaming_telegraf-prom_1
997e5e2cb1d3 prom/prometheus:v2.4.3 "/bin/prometheus --c…" 4 days ago Up 4 days 0.0.0.0:9090->9090/tcp, :::9090->9090/tcp aosomstreaming_prometheus_1
1e474c85b321 apstra/telegraf:latest "/entrypoint.sh tele…" 4 days ago Up 4 days 8092/udp, 0.0.0.0:4444->4444/tcp, :::4444->4444/tcp, 8125/udp, 8094/tcp aosomstreaming_telegraf-influx_1