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
Even when using hdm Puppet module we can not set a different port, as the container seems to have port 3000 hardcoded.
The text was updated successfully, but these errors were encountered:
yes the EXPOSE of port 3000 for the container is hardcoded. we have to change this then.
Sorry, something went wrong.
FWIW, our default puma config in config/puma.rb allowes overriding the default port by setting the environment variable PORT.
config/puma.rb
PORT
fixed with #257
No branches or pull requests
Even when using hdm Puppet module we can not set a different port, as the container seems to have port 3000 hardcoded.
The text was updated successfully, but these errors were encountered: