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
Hi,
I don't know why but in one of my traefik services the dashboard does not work when I update the image to the rc4.
What I can see in the dashboard page is:
<pre> <a href="DONT-EDIT-FILES-IN-THIS-DIRECTORY.md">DONT-EDIT-FILES-IN-THIS-DIRECTORY.md</a> <a href="assets/">assets/</a> <a href="traefik.icon.png">traefik.icon.png</a> </pre>
docker service update --image traefik:v1.1.0-rc4 traefik-pub traefik-pub
How to "fix" it:
docker service update --image traefik:v1.1.0-rc3 traefik-pub traefik-pub
It seems it works during some time, but suddenly it stops working.
I've not seen anything in the logs that could allow me to know more about it, even launching it with "logLevel=DEBUG".
The text was updated successfully, but these errors were encountered:
It seems to work correctly in the 1.1 version. I'll close this issue, if I find the problem again I'll reopen it.
Sorry, something went wrong.
No branches or pull requests
Hi,
I don't know why but in one of my traefik services the dashboard does not work when I update the image to the rc4.
What I can see in the dashboard page is:
How to reproduce it:
How to "fix" it:
It seems it works during some time, but suddenly it stops working.
I've not seen anything in the logs that could allow me to know more about it, even launching it with "logLevel=DEBUG".
The text was updated successfully, but these errors were encountered: