Skip to content

Instantly share code, notes, and snippets.

View lokesh7suman's full-sized avatar
:octocat:
Focusing

Lokesh Suman lokesh7suman

:octocat:
Focusing
View GitHub Profile
@lokesh7suman
lokesh7suman / docker_wordpress.md
Created November 30, 2019 11:54 — forked from bradtraversy/docker_wordpress.md
Docker Compose FIle For Wordpress, MySQL & phpmyadmin

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