Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 324 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 324 Bytes

wordpress-docker-setup

This is the setup I use for my wordpress development with docker

Installation

  1. Make sure you have Docker and Docker Compose installed.
  2. Clone repo to desired location
  3. Run Docker Compose build
    % docker-compose up -d
  4. Open your browser with http://localhost:8000