/docker-wordpress

Docker Compose for Wordpress, Maria/MySQL & phpMyAdmin.

MIT LicenseMIT

docker-wordpress

Docker Compose for Wordpress, Maria/MySQL & phpMyAdmin.

Installation

docker-compose up

Optional: Copy the .env.example file to a local .env and ensure all the settings are correct for your local environment.

Usage

Start

docker-compose up -d

By default Wordpress is running on http://localhost:80 and phpMyAdmin is running on http://localhost:3000

Stop

docker-compose stop