01c) Launching Pterodactyl
Launching Pterodactyl
docker compose -f /opt/docker-all/docker-compose.pt.yml up -d
On to the next step!
Last updated
To launch the docker-compose.pt.yml we just created, simply just run this command:
docker compose -f /opt/docker-all/docker-compose.pt.yml up -dThis will activate all Pterodactyl services at once
We'll need to do a few things, before we continue with the installation.
First of all, you should Stop the pt-wings container, since it'll keep restarting over and over for now.
You can find the pt-wings container inside the pt-stack .

Last updated