WordpressDockerized

Inside docker folder,

rename/copy .env copy to .env and update the user and password as desired.

then execute

docker-compose up

This will create a WordPress app instance inside the wordpress folder within the root directory

Access wordpress site

localhost:8080

Access phpmyadmin

localhost:8180
user: {setup user}
password: {setup password}