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
Look into what is required so that this images works properly behind a reverse proxy that rewrites the paths.
For example this one:
$ docker run -d --name h5ai clue/h5ai $ docker run -d -p 8080:80 --link h5ai:h5ai clue/frontroute
And then access http://localhost:8080/h5ai/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Look into what is required so that this images works properly behind a reverse proxy that rewrites the paths.
For example this one:
And then access http://localhost:8080/h5ai/
The text was updated successfully, but these errors were encountered: