How solve this error

Do you already have a docker image using the 443 port? Based on the second to last error message, you might have something already using the desired ports.
I don't know . I only installed pterodactyl.
Do you already have a docker image using the 443 port? Based on the second to last error message, you might have something already using the desired ports.
how to solve this
@emmu123 you need to check all your other containers to see if they're using the HTTPS port 443, for each container check the docker compose yaml or dockerfile and see if they have a ports statement with the port 443, if you do not understand what is that i recommend you check basic docker configuration docs and network structure documentation in general, you can also try going to https://youriphere or https://yourdomainhere or youriphere:433 in a browser window, if you get a response or if it displays a webpage that would tell you that you indeed have something running on that port and might give you an idea to what it is, you can also run docker ps on your host machine as it would display all containers and their exposed ports in external:internal format, if one of them shows 443:internalport that means this container is using port 443.
Issue is now considered stale. If you want to keep it open, please comment :+1: