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
- Host: GitHub
- URL: https://github.com/roppa/wordpress-docker-compose
- Owner: roppa
- Created: 2019-03-02T16:31:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T16:33:27.000Z (over 7 years ago)
- Last Synced: 2025-02-14T18:36:27.064Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```