filipecorrea / wordpress

WordPress application template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wp-docker

WordPress setup using Docker Compose.

Prerequisites

Build and run

Run docker-compose up -d from your project directory and open localhost in a web browser.

Shutdown and cleanup

Run docker-compose down from your project directory to remove the containers and network, but preserve the local data.

Run docker-compose down --volumes from your project directory to remove the containers, network, and local data.

About

WordPress application template

License:MIT License


Languages

Language:PHP 87.5%Language:CSS 6.4%Language:JavaScript 6.0%