Closed narduin closed 2 years ago
Hey, sorry about that. The problem could be caused by that the old proxy stopping too slowly.
Could you please go to the settings menu and migrate the proxy back to haproxy > wait a minute > then migrate to traefik?
It should solve the issue. Let me know if it does not.
Hi, thanks for the quick response. I tried your steps with a long delay between each but no luck.
I'm still getting this error when I try to enable the proxy in the local docker destination:
Error: Command failed: DOCKER_HOST="unix:///var/run/docker.sock" docker run -restart always -add-host 'host.docker.internal:host-gateway' -add-host 'host.docker.internal:172.17.0.1' -v coolify-traefik-letsencrypt:/etc/traefik/acme -v /var/run/docker.sock:/var/run/docker.sock -network coolify-infra -p "80:80" -p "443:443" -p "8080:8080" -name coolify-proxy -d traefik:v2.6 -api.insecure=true -entrypoints.web.address=:80 -entrypoints.websecure.address=:443 -providers.docker=true -providers.docker.exposedbydefault=false -providers.http.endpoint=http://coolify:3000/webhooks/traefik/main.json -providers.http.pollTimeout=5s -certificatesresolvers.letsencrypt.acme.httpchallenge=true -certificatesresolvers.letsencrypt.acme.storage=/etc/traefik/acme/acme.json -certificatesresolvers.letsencrypt.acme.httpchallenge.entrypoint=web -log.level=error docker: Error response from daemon: driver failed programming external connectivity on endpoint coolify-proxy (28a489ca7e80a71933d301790e44c34510429b6f366aba546964b9e5d7614fbc): Error starting userland proxy: listen tcp4 0.0.0.0:8080: bind: address already in use.
docker ps
still does not show any traefik container.
Hmm, it looks like something is running on port 8080 on your server?
I released a fix; could you please check it now? You can always reach your Coolify dashboard with IP and on port 3000.
It's all fixed! I just had to update and then enable the proxy in the local docker destination and it just worked! Awesome work thanks a lot!
edit: the v2.9.2 fixed this issue, updating now to v2.9.3
Is there an existing issue for this?
Description
I installed a fresh coolify instance this morning v2.8.2. All worked great. I saw the v2.9.1 update and installed it. All seemed ok for a bit.
However, coolify was no accessible through the fqdn anymore.
docker ps
showedcoollabsio/coolify-haproxy-tcp-alpine:latest
but no mention of traefik.I tried to remove and add the fqdn again but it did not change, I tried to go back to haproxy but it did not work. I then saw that the
Use Coolify Proxy?
setting was unchecked in thelocal docker
destination.When trying to activate it, I got a different error depending on what proxy was selected.
traefik
haproxy
Steps To Reproduce
Version
2.9.1