mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-11 06:16:53 +03:00
298 B
298 B
traefik
A HTTP reverse proxy and load balancer.
- Start server with default config:
traefik
- Start server with a custom config file:
traefik --c {{config_file}}.toml
- Start server with cluster mode enabled:
traefik --cluster
- Start server with web UI enabled:
traefik --web