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

Docker Allow IP address binding #787

Open
franco-martin opened this issue Nov 3, 2024 · 4 comments
Open

Docker Allow IP address binding #787

franco-martin opened this issue Nov 3, 2024 · 4 comments
Assignees
Labels

Comments

@franco-martin
Copy link

According to the official docs we should be able to bind a container to a specific IP address.
This is super useful for applications that should only be exposed to a particular network and for reverse proxying from one network to another.

@fardog
Copy link

fardog commented Nov 4, 2024

This would be an extremely helpful addition for those of us that want to bind a service to another interface, say for isolating services on a VLAN. Until this is available, I'm using custom docker-compose files for most of my services—which works fine for me and I'm happy enough with the option—but it would be nice to be able to use the apps catalogue.

@stavros-k
Copy link
Contributor

Hello, yes this is something that I want to add as well.
Most of the work is done on apps side, but needs some bits on the middlware/ui as well.

@fardog
Copy link

fardog commented Nov 4, 2024

That's fantastic; glad to hear it. Thanks!

@stavros-k stavros-k self-assigned this Nov 8, 2024
@Spunky17
Copy link

Spunky17 commented Nov 8, 2024

Not sure if another request is needed for this or if it falls here but binding to another containers network stack would be useful as well; such as in the case of sabnzbd or transmission binding to another containers running VPN. If needed I can open an additional request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants