This is the setup I use for my wordpress development with docker
- Make sure you have Docker and Docker Compose installed.
- Clone repo to desired location
- Run Docker Compose build
% docker-compose up -d
- Open your browser with http://localhost:8000
This is the setup I use for my wordpress development with docker
% docker-compose up -d