Skip to content

Instantly share code, notes, and snippets.

View greyscaled's full-sized avatar
🕹️

Greg greyscaled

🕹️
  • Hamilton, ON
View GitHub Profile
@greyscaled
greyscaled / README.md
Last active February 21, 2025 08:33
Sequelize + Express + Migrations + Seed Starter
@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 / 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