Skip to content

Instantly share code, notes, and snippets.

View donnillionaire's full-sized avatar
🏠
Always Coding

dillionaire donnillionaire

🏠
Always Coding
  • Collins' Microsystems
  • Nairobi, Kenya
View GitHub Profile
@donnillionaire
donnillionaire / docker_wordpress.md
Created January 25, 2022 11:06 — 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

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database