docker run -d --name traefik -p 80:80 -p 443:443 -p 8080:8080 traefik:v3.0

Category: Self-Hosting

docker run -d --name traefik -p 80:80 -p 443:443 -p 8080:8080 traefik:v3.0

Run the Traefik reverse proxy in Docker — it auto-discovers other containers and routes traffic to

Runs Traefik — a cloud-native reverse proxy that auto-discovers Docker containers via labels and routes traffic to them. Popular in Docker-heavy self-hosted setups.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.