Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 253 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 253 Bytes

Wordpress & Docker

This file will setup Wordpress, MySQL & PHPMyAdmin with a single command. Add the code below to a file called "docker-compose.yaml" and run the command

$ docker-compose up -d

# To Tear Down
$ docker-compose down --volumes