donnyburnside / wordpress-docker-compose-config

Docker Compose config for spinning up the latest version of WordPress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordPress Docker

Docker environment featuring the latest version of WordPress, MySQL and phpMyAdmin.

Requirements

How to use

  1. Clone the repo to your machine.
  2. Start the containers by running docker-compose up -d
  3. That's it, you're good to go!. You can now view the application or manage the database (use the MYSQL_USER and MYSQL_PASSWORD settings from docker-compose.yml to login to phpMyAdmin). See the commands section below for more information.

Commands

Command Description
docker-compose up -d Start the containers.
docker-compose down Stop the containers.

Contributors

About

Docker Compose config for spinning up the latest version of WordPress