docker compose logs traefik -f

Category: Web Servers & Proxies

docker compose logs traefik -f

Follow logs from the traefik compose service

Streams the traefik container's stdout and stderr, where Traefik logs routing errors and ACME (automatic certificate) events. The -f flag follows new lines live, mirroring docker logs -f but scoped to the compose service. Add --tail=100 to start from recent history.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.