This repository is for testing local site without nginx proxy.
Clone the repo and run setup.sh: this will create all required file and folders
git clone git@github.com:flywp/local-wp-docker.git
bash setup.shNow go to http://local-docker-site.test:8080 in your browser. Here is the WordPress config for installation:
Database name: wordpress
Username: root
Password: root
Database Host: mysql
Up the container:
docker compose up -d