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
**IMPORTANT: Please apply the relevant labels, for example if this issue is needed as a backported fix add the label LTS fix (Long term support fix)
LTS fix
docker-compose.yml
when running docker compose up -d
UI does not connect to server
the UI does not hit the server health check using
API_IP=server:8000/api/
instead it needs to be - API_IP=server:8000
instead it needs to be
API_IP=server:8000
/stable/2.3.x*
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
**IMPORTANT: Please apply the relevant labels, for example if this issue is needed as a backported fix add the label
LTS fix
(Long term support fix)Issue Description
docker-compose.yml
when running docker compose up -d
UI does not connect to server
Steps to Reproduce (Bugs only)
the UI does not hit the server health check using
API_IP=server:8000/api/
instead it needs to be - API_IP=server:8000
instead it needs to be
API_IP=server:8000
Version / Environment information
/stable/2.3.x*
The text was updated successfully, but these errors were encountered: