Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 928 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 928 Bytes

Docker Compose Wordpress, simple

Create a docker-compose.yml file that will start your Wordpress blog and a separate MySQL instance with a volume mounted for data persistence.

Instructions

  1. Get Docker and Docker-compose
  2. Get this repo
git clone [email protected]:Ugarz/compose-press.git && cd compose-press/
  1. Grab your custom theme and put it in the themes folder. If you don't have a theme, I provide a starter theme generated by underscores.me named "Beaver"
  2. Launch your docker containers with
docker-compose up -d
  1. Visit http://localhost:8000