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
The reason it's 443 is because when wings is proxied through Traefik, it removes the appended port 8080 and instead uses the default HTTPS port which is 443. If you inserted 8080 when setting up wings in the panel, it wouldn't be able to find it due to Traefik removing the appended port 8080 after the domain.
docker-pterodactyl/wings/compose/docker-compose.yml
Line 40 in 8164cf6
Looks like Wings web default port is 8080 so this line should reference the web default port and not the 443. What do you think?
The text was updated successfully, but these errors were encountered: