Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (18 loc) · 409 Bytes

File metadata and controls

32 lines (18 loc) · 409 Bytes

Wordpress Docker Environment

  • Debian Jessie (8.4)
  • MySQL 5.6
  • PHP 5.6
  • Apache 2.2

Install

https://www.docker.com/products/docker

Usage

** First run **

Build 'web' container

docker-compose build

** Start services **

MySQL on port 3306 and

docker-compose up -d

** MySQL client **

docker-compose run --rm db mysql -h db -p

** Logs **

docker-compose logs -f <web/db>