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
{ | |
"name": "wpsmith/post-type-taxonomy-rewrite", | |
"description": "Rewrite for {taxonomy}/{postname} rewrites.", | |
"type": "project", | |
"license": "GPLv2+", | |
"authors": [ | |
{ | |
"name": "Travis Smith", | |
"email": "[email protected]" | |
} |