Replies: 1 comment 2 replies
-
|
Hello, Thanks |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
on a stack project (create compose ⇒ compose type : stack) I'm using a "raw compose" with this :
On the initial deployment, everything works correctly and the application
returns a 200 response.
However, when I change the
ABCenvironment variable (for example from123to
456) and redeploy the stack, the service starts returning a 500 Bad Gateway.If I restart Traefik, the application works again immediately.
It looks like Traefik does not properly detect or refresh the service after
the stack update.
Did I miss something in my configuration, or could this be a known issue
with Traefik and Docker Swarm?
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions