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

unable to access chronograph through public interface #1

Open
esc opened this issue Aug 25, 2020 · 2 comments
Open

unable to access chronograph through public interface #1

esc opened this issue Aug 25, 2020 · 2 comments

Comments

@esc
Copy link

esc commented Aug 25, 2020

I made the following change to the config:

--- a/monitoring/docker-compose-influxdb-grafana/docker-compose.yml
+++ b/monitoring/docker-compose-influxdb-grafana/docker-compose.yml
@@ -13,12 +13,13 @@ services:
   chronograf:
     image: chronograf:latest
     ports:
-      - '127.0.0.1:8888:8888'
+      - '8888:8888'

But I am unable to view chronograph on the public interface, all I get is an empty page.

@ederollora
Copy link

I think this is explained in the README, the only way to access is locally. And if you run the containers remotely, you need the SSH tunnel first.

@fcuiller
Copy link

fcuiller commented Mar 8, 2021

Hi.
That's right, it's to avoid exposing chronograph interface on Internet. I will close it. Feel free to change this configuration to sit your own environment and needs.

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

3 participants