Unable to access dex deployed in docker container from local machine #1988
Answered
by
AnkitaBarbi
AnkitaBarbi
asked this question in
Q&A
Replies: 1 comment
-
so I am now able to access, it was listening on 127.0.0.1 in docker, had to make it to 0.0.0.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AnkitaBarbi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to deploy dex on docker via Dockerfiles ,I am able to build the image and I can the container but the catch is I am unable to hit it from my local machine / browser
but now I cant hit http://localhost:5556/dex/healthz or http://localhost:5556/dex
Why am I unable to hit it as docker is running as expected?
Beta Was this translation helpful? Give feedback.
All reactions