Skip to content

Instantly share code, notes, and snippets.

@mckewans
mckewans / docker_wordpress.md
Created April 12, 2023 21:29 — 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
@mckewans
mckewans / README.md
Created August 7, 2018 14:15 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet