Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[4 / 1 / ?]

No.1491904 View ViewReplyOriginalReport
Messing around with a docker project and one part is tripping me up

I'm trying to get a container that runs MySQL and Apache. I know existing images exist for current versions of both, but what you're seeing here is a "baseline" before I try and do a similar thing with older MySQL and PHP in order to run WordPress 1.0

As it is, I still have to go in and manually start the MySQL service, and even then, it seems like other applications can't connect to it.

Maybe it's just not possible to run two things on the same container? But even if I do make the PHP/Apache and MySQL parts separate containers, I can ping them from each other except apparently when it comes to port 3306.