This repo is the companion to this blog post.
- Install Docker Linux Users: Also install docker-compose
- Clone this repo:
git clone https://github.com/dawilk/coderevolve-docker-wordpress.git
- [optional] Change the website name and password variables in the .env file (please do it)
- Execute
docker-compose up -d
from the directory with the docker-compose.yml file. - [optional] Remove the
environment
sections from the docker-compose.yml and the wordpress variables from the .env file after first launch.
For more information and a tutorial based on this repo, check out the blog post!