PDA

View Full Version : AkkStack Docker Build - PHPMyAdmin.


Eightfingers
05-22-2024, 10:48 PM
Hello, I'm new to the EQ EMU community. I've been trying to setup a private server to test out on my linux box at home. I got everything running correctly except the PHPMyAdmin page will not come up for me. When I was watching the install I saw it said something about skipping this step. I tried to screen shot it but was to slow and it was lost.

Was there a step missed in the instructions?
http://192.168.1.191:8082 will never load for me. 8081 Loads fine as does 3000.

Any input would be greatly apricated. I was not able to find anything on this specifically in the forums or Google.

Eightfingers
05-22-2024, 11:14 PM
I figured it out.
Looking through the docker-compse.yml file I found the phpmyadmin and -proxy.
for some reason the 'make up' command didn't enable these two containers.
I did a "docker-compose build phpmyadmin && docker-compose up -d phpmyadmin" which activated both of them and everything is working perfectly now!

Thanks for the Containers Akk!