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

Fixed issue where ngrok cannot connect to a container if other argument #1047

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

sean-e-dietrich
Copy link
Member

Fixes #1044

This also makes it so if there is a different container other than web

@achekulaev
Copy link
Member

@sean-e-dietrich so that $container can be set like an ENV var? Should it be all caps then?

@sean-e-dietrich
Copy link
Member Author

@achekulaev i thought about that. Right now we have all lower case flags that are being used with Ngrok but we also allow for uppercase variables to be used. This is the one variable we just modified. So yes, we should allow someone to set it via a variable.

Made so it would check against variables and see if NGROK_CONTAINER was previously set otherwise default to web
@achekulaev
Copy link
Member

Ah it's a flag, I see. Thanks

bin/fin Show resolved Hide resolved
@lmakarov
Copy link
Member

lmakarov commented Oct 3, 2019

Needs to be rebased onto develop and tests updated/fixes (if necessary).

@achekulaev
Copy link
Member

I don't see any conflicts so rebasing doesn't look like a required step. Approving

@lmakarov
Copy link
Member

Can we just have this done as part of #1048 and ensure tests are green?

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

Successfully merging this pull request may close these issues.

fin share with --host-header doesn't seem to work
3 participants