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

Doesn't seem to work with new docker networking #305

Closed
blackxored opened this issue Nov 29, 2015 · 6 comments
Closed

Doesn't seem to work with new docker networking #305

blackxored opened this issue Nov 29, 2015 · 6 comments

Comments

@blackxored
Copy link

It doesn't seem to work with the new docker networking features. i.e. --x-networking for example on docker compose. I'm not really sure if it should to begin with, but it would be handy.
I'm running a SPA, API and DB under a new networked setup and nginx-proxy gives a 503 even when the LB has the VIRTUAL_HOST env var. Are you aware of this?

@thaJeztah
Copy link
Contributor

possible duplicate of #304?

@blackxored
Copy link
Author

It might be. The only difference is that I'm talking local networking, but yes the lacking support for the new networking API definitely seems like the culprit.

@modius
Copy link

modius commented Dec 15, 2015

👍

Trying to move from links to networking (available in Docker 1.9+) and this definitely appears to be an issue.

While links are still supported in this limited capacity, you should avoid them in preference of Docker networks. The link feature is expected to be deprecated and removed in a future release.

https://docs.docker.com/engine/userguide/networking/dockernetworks/

@modius
Copy link

modius commented Dec 15, 2015

@schmunk42 did this commit make it into the Docker image?

nginx-proxy/docker-gen@fdf2922

@md5
Copy link
Contributor

md5 commented Dec 19, 2015

@modius No. But see nginx-proxy/docker-gen#144

@tkw1536
Copy link
Collaborator

tkw1536 commented Apr 10, 2022

Related issue is closed, closing.

@tkw1536 tkw1536 closed this as completed Apr 10, 2022
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

5 participants