wordpress quick installation with docker on your own pc

Quick Installation: install docker start docker download the docker-compose.yml file open terminal and start wordpress: docker-compose -f path up -d Login wordpress: go to your local website: http://localhost login with username: connygu password: codehamster Login phpmyadmin: go to your phpmyadmin: http://localhost:8080…