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

A way to configure local:remote port mapping #1129

Closed
aeb-dev opened this issue Feb 27, 2023 · 3 comments · Fixed by #1131
Closed

A way to configure local:remote port mapping #1129

aeb-dev opened this issue Feb 27, 2023 · 3 comments · Fixed by #1131
Assignees
Labels
enhancement New feature or request

Comments

@aeb-dev
Copy link

aeb-dev commented Feb 27, 2023

Currently mirrord expects the local application to use the same port as remote one. Most of the time we are using separate ports for local and remote. A way for configuring it inside mirrord.json would simplify our process to use mirrord.

example:

{
    "portMappings": {
        "http": "5000:80",
        "https": "5001:443"
    }
}
@aeb-dev aeb-dev added the enhancement New feature or request label Feb 27, 2023
@aviramha
Copy link
Member

Thank you. We will prioritize it.
We'll probably name it port_mappings and under the incoming feature.

@f-blass
Copy link

f-blass commented Mar 6, 2023

Hi @aviramha , this can be configured under Feature>Network>Incoming, correct?
Could you please add this to the docs? Thanks! :)

@aviramha
Copy link
Member

aviramha commented Mar 6, 2023

Yes! Thanks for letting us know.

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

Successfully merging a pull request may close this issue.

3 participants