Fresh install using docker compose does not create a webserver on the https port.
Using the docker-compose.yml found here https://github.com/BlueprintFramework/docker/blob/Master/docker-compose.yml, I am not able to access https://myip:443 or any port I try and replace it with, i.e. 25443:443, 25575:443. However, I can access through http://myip:80 or any port replacing the 80 port.
I have changed the msql passwords, the app url is pointed to my reverse proxy url, https://pterodactyl.mydomain.org, the reverse proxy is set up correctly, but there is n server found on the port I am specifying in the docker compose.
So the only changes made are:
x-common.database.MYSQL_PASSWORD
x-common.database.MYSQL_ROOT_PASSWORD
x-common.panel.APP_URL
x-common.panel.APP_SERVICE_AUTHOR
x-common.services.panel.ports (Removed 80:80 and changed 443:443 to 25575:443)
If you need any logs let me know and I can grab them.
I have changed the msql passwords, the app url is pointed to my reverse proxy url, https://pterodactyl.mydomain.org, the reverse proxy is set up correctly, but there is n server found on the port I am specifying in the docker compose.
So the only changes made are:
x-common.database.MYSQL_PASSWORD
x-common.database.MYSQL_ROOT_PASSWORD
x-common.panel.APP_URL
x-common.panel.APP_SERVICE_AUTHOR
x-common.services.panel.ports (Removed 80:80 and changed 443:443 to 25575:443)
If you need any logs let me know and I can grab them.
