Skip to content
/ docker-wordpress Public template

This repository provides a Docker Compose setup for WordPress, including WP-CLI, a MySQL database, and preloaded example data for testing and development.

Notifications You must be signed in to change notification settings

jodermo/docker-wordpress

Repository files navigation

Wordpress for Docker

This repository provides a Docker Compose setup for WordPress, including WP-CLI, a MySQL database, and preloaded example data for testing and development.

Docker Compose configuration for latest Wordpress

  • WordPress: Runs the latest version of WordPress.
  • MySQL: Includes a MySQL database for WordPress.
  • WP-CLI: Command-line interface for managing WordPress.
  • Sample Data: Preloaded with the WordPress Theme Unit Test data.

Requirements

Deployment

Admin Dashboard: localhost:8080/wp-admin

  • Username: admin
  • Password: admin

Example Data

Wordpress Plugins

  • Drop your plugins in to plugins/ directory

Build / Rebuild Docker Containers

  • Run following code in terminal to start the docker containers

    With logs in terminal

    docker-compose up --build

    Or as instance (without logging)

    docker-compose up --build -d

Remove Docker Containers (if needed)

  • Run following code in terminal to remove the docker containers
    docker-compose down

About

This repository provides a Docker Compose setup for WordPress, including WP-CLI, a MySQL database, and preloaded example data for testing and development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published