Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 692 Bytes

File metadata and controls

13 lines (10 loc) · 692 Bytes

WordPress in Docker

This repo is the companion to this blog post.

Usage

  1. Install Docker Linux Users: Also install docker-compose
  2. Clone this repo: git clone https://github.com/dawilk/coderevolve-docker-wordpress.git
  3. [optional] Change the website name and password variables in the .env file (please do it)
  4. Execute docker-compose up -d from the directory with the docker-compose.yml file.
  5. [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!