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 [email protected]:flywp/local-wp-docker.git
bash setup.sh
Now 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