We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to expose a port to the nginx proxy additionally to the standard 80 and 443. I easily did it without using the proxy with the app.docker.args:
app.docker.args
meteor-up/src/plugins/meteor/assets/templates/start.sh
Line 77 in fff181e
but there is no such proxy.docker.args:
proxy.docker.args
meteor-up/src/plugins/proxy/assets/templates/start.sh
Line 45 in 1853428
Is there a workaround for this or should I ask for this change?
Thanks!
The text was updated successfully, but these errors were encountered:
I've created a pull request for this change: #948
Sorry, something went wrong.
Thanks for creating the pull request.
This issue is a duplicate of #706.
No branches or pull requests
I want to expose a port to the nginx proxy additionally to the standard 80 and 443. I easily did it without using the proxy with the
app.docker.args
:meteor-up/src/plugins/meteor/assets/templates/start.sh
Line 77 in fff181e
but there is no such
proxy.docker.args
:meteor-up/src/plugins/proxy/assets/templates/start.sh
Line 45 in 1853428
Is there a workaround for this or should I ask for this change?
Thanks!
The text was updated successfully, but these errors were encountered: