Skip to content

Instantly share code, notes, and snippets.

View greyscaled's full-sized avatar
🥑
avocado

Grey greyscaled

🥑
avocado
  • Hamilton, ON
  • 20:30 (UTC -04:00)
View GitHub Profile
@greyscaled
greyscaled / docker_wordpress.md
Created July 9, 2019 05:32 — 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
@greyscaled
greyscaled / books.md
Created November 27, 2018 16:22 — forked from abstractart/books.md
Free Programming Ebooks - O'Reilly Media. Codeship free ebooks here - https://bit.ly/2oQ0knQ
@greyscaled
greyscaled / README.md
Last active September 19, 2022 08:59
Sequelize + Express + Migrations + Seed Starter