Skip to content

Instantly share code, notes, and snippets.

@sqbs
sqbs / docker-compose.yaml
Last active June 19, 2024 04:08 — forked from darth-veitcher/docker-compose.yaml
Traefik v2.2 with Cloudflare Wildcard
version: "3"
services:
traefik:
image: "traefik:v2.2"
container_name: "traefik"
command:
# Globals
- "--log.level=DEBUG"
- "--api=true"