-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore: bump traefik to 3.6.1 #3000
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
Conversation
|
Even though they pushed the fix to the 3.6.0 branch they haven't yet released a new docker image which inlcudes these fixes. So I don't think this wil fix the issue as of now. I think a 3.6.1. will be release (hopefully soon) which would fix the issue. (See traefik/traefik#12253 (comment)) Please correct me if I'm wrong :) |
|
Yes good catch, I think you're right! |
93e481d to
d22aa05
Compare
|
The image appears to have been released |
I pulled the image but how can I make dokploy use it? |
On your host where Dokploy runs: docker pull traefik:v3.6.1
docker stop dokploy-traefik || true
docker rm dokploy-traefik || true
docker run -d \
--name dokploy-traefik \
--restart always \
-v /etc/dokploy/traefik/traefik.yml:/etc/traefik/traefik.yml \
-v /etc/dokploy/traefik/dynamic:/etc/dokploy/traefik/dynamic \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 80:80/tcp \
-p 443:443/tcp \
-p 443:443/udp \
traefik:v3.6.1
docker network connect dokploy-network dokploy-traefik || true
|
|
This fix should be implemeted ASAP, because it breaks all |
It works, thanks a lot! |
|
Any plans when this will be released in a new version? |
|
There's a pull request in the website repo to get the install.sh script to include Traefik 3.6.1 |
|
When is this going to be fixed? |
|
We are getting in trouble : #3053 |
What is this PR about?
Bump traefik to latest
3.6.1release in order to fix the Docker API deprecationIssues related (if applicable)
closes #2990
Additional
v3.5.0->v3.6.1that could break anything but I may have missed something