Create a docker-compose.yml file that will start your Wordpress blog and a separate MySQL instance with a volume mounted for data persistence.
- Get Docker and Docker-compose
- Get this repo
git clone git@github.com:Ugarz/compose-press.git && cd compose-press/
- 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" - Launch your docker containers with
docker-compose up -d
- Visit http://localhost:8000