Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View cpitt's full-sized avatar

Cameron Pitt cpitt

View GitHub Profile
@darth-veitcher
darth-veitcher / docker-compose.yaml
Created September 9, 2019 13:26
Traefik v2.0 with Cloudflare Wildcard and OpenVPN
version: "3"
services:
traefik:
image: "traefik:v2.0"
container_name: "traefik"
command:
# Globals
- "--log.level=DEBUG"
- "--api=true"