Skip to content

Instantly share code, notes, and snippets.

@wolfiediscord
wolfiediscord / FAQ.MD
Last active December 15, 2025 06:35
A guide of how to install unsupported macOS versions on unsupported macs. An FAQ is listed at the end as well.
@bradtraversy
bradtraversy / docker_wordpress.md
Last active December 12, 2025 17:33
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