An open API service indexing awesome lists of open source software.

https://github.com/fisayoafolayan/docker-wordpress

A wordpress docker image. Easy to use :)
https://github.com/fisayoafolayan/docker-wordpress

docker docker-compose mysql wordpress

Last synced: about 2 months ago
JSON representation

A wordpress docker image. Easy to use :)

Awesome Lists containing this project

README

          

# Dockerized wordpress installation
This is a boilerplate for creating a dockerized wordpress application. This boilerplate contains a dedicated mysql installation.

## Installation
* Clone the repo
* `cd` to the root directory
* Run `cp .env.example .env`.
* Customise the `.env` file (optional on development machine)
* Run `docker-compose up -d` in the root directory