Blueprint in Docker
Hello, I am attempting to run blueprint in docker and the containers are running successfully besides the wings (I don't need wings atm anyway) but when I go to the port that the panel is running on, its not displaying the panel (I also don't see any obvious issues in the panel logs besides mysql trying to create the db stuff again)
Solution:Jump to solution
If you have panel port set to 88, change the listen port inside the container to 88 to match, or change that line to
...
14 Replies
I did the database migration and has also started cron jobs and supervisord and is up to
2025-08-01 04:44:34,834 CRIT Server 'unix_http_server' running without any HTTP authentication checking
That's the message it ends on; typically means it's working and up. What port do you have it on in the compose and what does your panel.conf look like? (
/srv/pterodactyl/nginx/panel.conf
by default)That's what I thought, and here is my panel.conf
and I'm trying to run it on port 88
I haven't changed anything in panel.conf
What does your port mapping look like in the compose file?
Solution
If you have panel port set to 88, change the listen port inside the container to 88 to match, or change that line to
oh right, I forgot about that with docker :P
Left side is the host system, right side is inside the container
yea ik, I had just forgotten
🥂
I'll mark as resolved once it works hopefully
Actually I do have one more question, I am trying to develop a blueprint addon with this setup and I've ran the
blueprint -init
command and its made the addon but I don't know where its being storedYour webroot by default is mounted at
/var/lib/docker/volumes/pterodactyl_app/_data/
on the host.ah alr