Skip to content

Instantly share code, notes, and snippets.

@newmedia2
newmedia2 / animated-gradient-text.markdown
Created April 12, 2020 16:25
Animated Gradient Text
@newmedia2
newmedia2 / fetch-api-with-async-await.markdown
Created April 12, 2020 16:23
Fetch API with async/await
@newmedia2
newmedia2 / docker_wordpress.md
Created January 20, 2019 22:28 — 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