-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
To Reproduce
- Create a new docker compose app
- It will generate a traefik.me domain
- Add a new domain - this new domain will not work
- Go to Traefik dashboard
- New domain is not listed under HTTP services
- Remove old domain
- Check Traefik dashboard: Old domain is still there
- Reload Treafik from the Dokploy UI: Nothing changes
- Restart domain using "docker restart dokploy-traefik": Nothing changes
Current vs. Expected behavior
Whenever I add a new domain it should be get tagged under HTTP services in Traefik, whenever I delete one it should be deleted from Traefik automatically. Right now only the first auto-generated domain remains at all times.
Provide environment information
OS: Ubuntu 24.04
Dokploy Version: v0.25.8Which area(s) are affected? (Select all that apply)
Traefik
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
No response
Will you send a PR to fix it?
No