docker-lamp
docker-lamp copied to clipboard
Changing webserver port, mysql
Please how do I change this ports because its conflicting with existing mysql on docker
Hello. Are you going to export the 3306 port from the container to your host? Please see Publish or expose port (-p, --expose) § docker run | Docker Documentation.
... because its conflicting with existing mysql on docker
Well, did you install another mysql in the container?
Yes, Actually I installed postal mail service which uses mysql too.