Open o-be-one opened 2 years ago
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.
https://github.com/EdyTheCow/docker-pterodactyl/blob/8164cf6b3a7b6ee48878de2553ce216dfc1f439b/wings/compose/docker-compose.yml#L40
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?