You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior
The services should be accessible through the customized ports without any issues.
Actual Behavior
All reverse-proxied services become inaccessible.
Provide environment information
Dokploy Version: v0.13.1
Which 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
After following the guidance from Issue #130 to customize the environment variables TRAEFIK_PORT and TRAEFIK_SSL_PORT, all services reverse-proxied through Traefik become inaccessible. We need to discuss whether a general solution should be provided in Dokploy to resolve this issue.
To Reproduce
TRAEFIK_PORTandTRAEFIK_SSL_PORTenvironment variables as per the instructions in How to make Dokploy to do not require port 80 and 443 to be avilable? #130 .Current vs. Expected behavior
Expected Behavior
The services should be accessible through the customized ports without any issues.
Actual Behavior
All reverse-proxied services become inaccessible.
Provide environment information
Which 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
After following the guidance from Issue #130 to customize the environment variables TRAEFIK_PORT and TRAEFIK_SSL_PORT, all services reverse-proxied through Traefik become inaccessible. We need to discuss whether a general solution should be provided in Dokploy to resolve this issue.
Will you send a PR to fix it?
Maybe, need help