Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.13 KB

WMPD - WordPress+MySql+phpMyAdmin Docker Compose over TSL(Traefik)

WMPD is docker based server with WordPress, MySql and phpMyAdmin all of that over TSL(HTTPS) and Let's Encrypt Certificate! with Traefik.

With this project you can quickly run the following:

Contents:

Requirements

  • Make sure you have the latest versions of Docker and Docker Compose installed on your machine.
  • Clone this repository or copy the files from this repository into a new folder.

Configuration

  • Update the the .env file according to your configuration(domains,db user/passwords,admin mail).

Installation

Run this command inside the project folder:

docker-compose up -d

Removing services

To stop and remove all the containers use thedown command:

docker-compose down