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

Doorman not respond on 0.0.0.0:5000 #143

Open
Nymeria1 opened this issue Sep 21, 2018 · 0 comments
Open

Doorman not respond on 0.0.0.0:5000 #143

Nymeria1 opened this issue Sep 21, 2018 · 0 comments

Comments

@Nymeria1
Copy link

Hello,
I have built doorman image via docker.
I run it with docker compose

version: '3'

services:
postgres:
image: postgres:latest
ports:
- "5432:5432"
environment:
- "DEBUG=true"
- "POSTGRES_PASSWORD=passwordhere"
doorman:
image: doorman:latest
ports:
- "5000:5000"
environment:
- "DOORMAN_ENROLL_SECRET=foo"
- "DOORMAN_SECRETS_KEY=doorman"
- "POSTGRES_USER=doorman"
- "POSTGRES_PASSWORD=passwordhere"
- "POSTGRES_PORT=postgres"
`
But when I check to connect via client (http://ip_doorman:5000) I can not reach the page but the port on 5000 responds from telnet

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