Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 548 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 548 Bytes

Local Test Site with Docker

This repository is for testing local site without nginx proxy.

Instructions

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

WordPress Installation

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