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
Using IDOIT_WEB_PORT=9000 in .env and running docker-compose -f docker-compose-apache.yml up, I can launch i-doit at http://localhost:9000/i-doit.
IDOIT_WEB_PORT=9000
.env
docker-compose -f docker-compose-apache.yml up
http://localhost:9000/i-doit
Browser reports ERR_CONNECTION_RESET error.
ERR_CONNECTION_RESET
See expected behavior
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
Using
IDOIT_WEB_PORT=9000
in.env
and runningdocker-compose -f docker-compose-apache.yml up
, I can launch i-doit athttp://localhost:9000/i-doit
.Actual behavior
Browser reports
ERR_CONNECTION_RESET
error.Steps to reproduce the behavior
See expected behavior
Environment
The text was updated successfully, but these errors were encountered: