Skip to content

lorenzosfienti/wordpress-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordpress Minimal Docker

Minimal docker based environment for WordPress plugins and themes development.

Requirements

  • docker
  • docker-compose

Create .env file

Copy the file .env.example to .env and change the value of each variables.

cp .env.example .env

Launch the environment

After create .env file and after change the value of each variables run

docker-compose up