authc0d3 / wordpress-docker

WordPress development environment with Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordPress ❤️ Docker

Create a docker container with a WordPress development environment.

📦 Images

The images used in the docker-compose are:

💾 Volumes

To persist data and files you must create the following folder structure:

  • /mysql
  • /src
    • /plugins
    • /themes
    • /uploads

🚀 Up & Running

Run this command to start the container (it will create the container if not exists):

> docker-compose up

When running you can access to your wordpress here: http://localhost:8000

To manage the database you can access here: http://localhost:8080

About

WordPress development environment with Docker

License:MIT License