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 :)
- Host: GitHub
- URL: https://github.com/fisayoafolayan/docker-wordpress
- Owner: fisayoafolayan
- Created: 2018-06-20T11:24:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T23:03:24.000Z (almost 8 years ago)
- Last Synced: 2025-04-09T20:57:46.172Z (about 1 year ago)
- Topics: docker, docker-compose, mysql, wordpress
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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