dokploy
dokploy copied to clipboard
fix(traefik): validate port 8080 before enabling dashboard -#2996
Problem
Enabling Traefik dashboard when port 8080 is in use causes container failure and services to go down.
Solution
- Added port conflict validation before enabling dashboard
- Improved error messages showing conflicting container
- Fixed container listing to show stopped containers
Fixes #2996