Skip to content

Instantly share code, notes, and snippets.

@fogx
fogx / docker-compose.yaml
Last active May 30, 2022 11:30
Broken Traefik - Cloudflare
version: "3"
services:
traefik:
#https://www.smarthomebeginner.com/traefik-2-docker-tutorial/
image: traefik:latest
container_name: traefik
command: # CLI arguments
- --global.sendAnonymousUsage=false
- --api=true