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

Dynamic allocations of host IPs #14

Open
GlennPegden2 opened this issue Aug 26, 2024 · 0 comments
Open

Dynamic allocations of host IPs #14

GlennPegden2 opened this issue Aug 26, 2024 · 0 comments

Comments

@GlennPegden2
Copy link
Owner

Currently ports are defined in docker-compose.yml, which makes it impossible to run multiple copies of the same container similtaneous (as they try to claim the same port)

It should be possible to over ride ports using a yml over ride -> https://github.com/compose-spec/compose-spec/blob/main/13-merge.md#sequence however, this may have knock ons for the logic of the UI.

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

No branches or pull requests

2 participants
@GlennPegden2 and others