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

[Bug]: Incorrect hostname for postgres + redis in docker quickstart #1156

Open
sdreyer opened this issue Nov 13, 2023 · 0 comments
Open

[Bug]: Incorrect hostname for postgres + redis in docker quickstart #1156

sdreyer opened this issue Nov 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@sdreyer
Copy link
Collaborator

sdreyer commented Nov 13, 2023

Expected Behavior

Should be able to run docker quickstart without any modifications

Actual Behavior

When trying to connect to postgres and redis on linux, docker tries to connect with ip address 75.75.75.5 instead of localhost.

Changing the hostname from host.docker.internal to 172.17.0.1 resolves this issue

Steps To Reproduce

Run the docker quickstart on linux

What mode are you running Featureform in?

Hosted

What version of Python are you running?

3.7

Featureform Python Package Version

1.10.7

Featureform Helm Chart Version

No response

Kubernetes Version

No response

Relevant log output

No response

@sdreyer sdreyer added the bug Something isn't working label Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant