-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
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
Network Error when I tried to access http://localhost:5252/allure-docker-service-ui/ #4
Comments
You have 2 options to verify:
If the container is not up, start the container properly.
If you have access, you should see the Swagger page
Output:
Where
With that API container removed it, when you try to run again your containers, a new |
hi,According to your operation, it is still unable to solve the problem. What should I do? |
@zhaoyi007 To be sure that you are using the latest version, use the tag image: "frankescobar/allure-docker-service:2.13.6"
environment:
CHECK_RESULTS_EVERY_SECONDS: 1
KEEP_HISTORY: 1
ports:
- "5050:5050"
volumes:
- ${PWD}/allure-results:/app/allure-results
- ${PWD}/allure-reports:/app/default-reports In case it doesn't work share your docker-compose? |
First of all, thank you for your answer
|
@zhaoyi007 that is a different problem not related with the UI. It's related to the backend. |
Good evening |
When I tried to access to http://localhost:5252/allure-docker-service-ui/ returns this:

The text was updated successfully, but these errors were encountered: