Skip to content

Ugarz/compose-press

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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