Skip to content

Docker WordPress Environment focused on the development of plugins and themes, supports WP-CLI, PhpMyAdmin, Xdebug and wpcs.

License

Notifications You must be signed in to change notification settings

void123-dev/docker-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker WordPress Environment

This is a basic Docker WordPress Environment focused on the development of plugins and themes, supports WP-CLI and phpMyAdmin.


Disclaimer: This project is meant to be used for development purposes only. It's not meant to be used in production.

It's work in progress. Feel free to contribute if you have anything useful to add.


Usage

Clone this repository, then cd the docker folder and run docker-compose up -d to start your project.

Services

  • db

The MYSQL official image

  • phpMyAdmin

Intended to handle the administration of MySQL, in this case through localhost:8080/.

  • WordPress

Uses the official WordPress docker image

  • WP-CLI

The wpcli container was added in order to only run one-off commands. Don’t need it to run as a service, only as a cli tool, for that run:

docker-compose run --rm wpcli command

About

Docker WordPress Environment focused on the development of plugins and themes, supports WP-CLI, PhpMyAdmin, Xdebug and wpcs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%