marcvspt / wordpress-docker

Wordpress with Docker Compose and MariaDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordpress Docker Compose

This repository has the Docker Compose file to create a WordPress project.

Download and Deploy

The first time, the database user is created, you must wait around a minute and now you can start edit your WordPress project deployed in localhost.

git clone https://github.com/marcvspt/wordpress-docker
cd wordpress-docker
docker-compose up -d

Note: the Web Directory: www contains the PHP files than WordPress use for the plugins, themes, etc. When you download the repository this directory will not exists

About

Wordpress with Docker Compose and MariaDB