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

Grafana status 302 #38

Open
dstarkovn opened this issue Dec 2, 2022 · 1 comment
Open

Grafana status 302 #38

dstarkovn opened this issue Dec 2, 2022 · 1 comment

Comments

@dstarkovn
Copy link

dstarkovn commented Dec 2, 2022

Hi, this project is cool.
The project unfolds without errors, there is access to Influx (port 8086), but not to Grafana.

curl -Il http://X.X.X.X:3000
HTTP/1.1 302 Found
Cache-Control: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Location: /login
Pragma: no-cache
Set-Cookie: redirect_to=%2F; Path=/; HttpOnly; SameSite=Lax
X-Content-Type-Options: nosniff
X-Frame-Options: deny
X-Xss-Protection: 1; mode=block

curl -Il http://localhost:3000
HTTP/1.1 302 Found
Cache-Control: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Location: /login
Pragma: no-cache
Set-Cookie: redirect_to=%2F; Path=/; HttpOnly; SameSite=Lax
X-Content-Type-Options: nosniff
X-Frame-Options: deny
X-Xss-Protection: 1; mode=block

oi24_grafana_1      /run.sh                          Up      0.0.0.0:3000->3000/tcp,:::3000->3000/tcp
oi24_influxdb_1     /entrypoint.sh influxd           Up      0.0.0.0:8082->8082/tcp,:::8082->8082/tcp, 0.0.0.0:8086->8086/tcp,:::8086->8086/tcp, 0.0.0.0:8089->8089/tcp,:::8089->8089/tcp
oi24_nfcolector_1   /opt/nfcollector/bin/nfcol ...   Up      0.0.0.0:6859->6859/udp,:::6859->6859/udp
@dstarkovn
Copy link
Author

it works like this

    grafana:
        ports:
            - "80:3000"

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

1 participant