View Single Post
  #2  
Old 05-22-2024, 11:14 PM
Eightfingers
Fire Beetle
 
Join Date: Nov 2023
Posts: 2
Default

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!
Reply With Quote