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

https://github.com/roppa/wordpress-docker-compose

Small docker compose Wordpress/MySQL environment
https://github.com/roppa/wordpress-docker-compose

Last synced: 4 months ago
JSON representation

Small docker compose Wordpress/MySQL environment

Awesome Lists containing this project

README

          

# Wordpress

I don't use Wordpress these days, or much of MySQL, but needed to create a theme for a friend recently. This helped me spin up a local dev environment 'real quick'.

## Running locally

Based on https://docs.docker.com/compose/wordpress/ the docker compose file in this directory, run:

```
docker-compose up --build
// I have an alias 'dcub'
```