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
When installed installing locally from Docker image the following error is thrown
ArgumentError (Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true)
HOST
I don't want to fork and edit the code to get this to run. Please advise
The text was updated successfully, but these errors were encountered:
Did you follow the install instructions in the README.md? The setup script sets a CANONICAL_HOST var in your .env which should fix this.
Was there a line/file with that error?
Sorry, something went wrong.
No branches or pull requests
Error
When installed installing locally from Docker image the following error is thrown
ArgumentError (Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true)
Attempted Resolutions
HOST
env var in Docker compose and Dockerfile did not workHOST
at runtime did not workHOST
at build time did not workI don't want to fork and edit the code to get this to run. Please advise
The text was updated successfully, but these errors were encountered: