Skip to content

Instantly share code, notes, and snippets.

View crmcmullen's full-sized avatar
🏠
Working from home

Casey McMullen crmcmullen

🏠
Working from home
View GitHub Profile
@crmcmullen
crmcmullen / config.boot for CenturyLink Fiber + ER-X-SFP
Created January 15, 2017 01:49
Working default config.boot file for Ubiquiti EdgeRouter X SFP router running v1.9.0+ to replace the CenturyLink Fiber modem
@crmcmullen
crmcmullen / Dockerfile
Last active December 20, 2022 14:52
Dockerfile: Apache / PHP 7.2 Development Environment
FROM php:7.2-apache
# This Gist file accompanies my article on Medium for creating a PHP, MySQL and Redis development environment
# on macOS. This Dockerfile will create an APACHE, PHP 7.2 server that includes the Xdebug, Igbinary and
# Redis PHP extensions from PECL. It will also create PHP.ini overrides that will point session management
# to the Redis server created in this same article.
#
# The article can be found here:
# https://medium.com/@crmcmullen/php-how-to-run-your-entire-development-environment-in-docker-containers-on-macos-787784e94f9a