Skip to content

Instantly share code, notes, and snippets.

View anthonyalvarez's full-sized avatar
🏠
Working from home as a remote web coder

Anthony E. Alvarez anthonyalvarez

🏠
Working from home as a remote web coder
View GitHub Profile
@anthonyalvarez
anthonyalvarez / docker_wordpress.md
Created October 6, 2023 19: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
{
"final_space": true,
"console_title": true,
"console_title_style": "folder",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
}
#Import-Module PSColors
#Import-Module posh-git
Import-Module -Name Terminal-Icons
@anthonyalvarez
anthonyalvarez / .gitignore
Last active August 25, 2018 21:36 — forked from octocat/.gitignore
Some common .gitignore configurations
# Local files
###################
# package-lock.json
# ignore all files in the build/ directory
# Dependency directories
###################
node_modules/
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
@anthonyalvarez
anthonyalvarez / index.html
Last active August 29, 2015 14:27 — forked from anonymous/index.html
Anthony Alvarez // source http://jsbin.com/xanuri
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Anthony Alvarez</title>
</head>
<body>