Skip to content

murcoder/wordpress-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordpress-docker

A clean and flexible docker environment for your wordpress project.

  • Webserver: php:7.2-apache
  • Database: mysql + phpmyadmin
  • Cache: redis
  • Debug: xdebug

Requirements

  • Wordpress project: Use an existing wordpress instance or just download it here.

Quickstart

  1. Install docker

  2. Clone wordpress-docker into your project directory:

    • git clone https://github.com/murcoder/wordpress-docker.git
  3. Build container: Navigate into your project directory, build and start the docker container:

    • docker-compose build
    • docker-compose up -d
  4. Ready! Visit localhost::8080 and follow the instructions

Customize

It's quite easy to change the basic setup by accessing the dockerfile or the yml file:

  • app.dockerfile: Change PHP Version, webserver and apt packages here.
  • mysql: Check docker-compose.yml::mysql

About

Docker environment for your wordpress

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published