2025-03-14 21:59:59 -06:00
|
|
|
# traefik
|
|
|
|
|
|
|
|
|
|
> An HTTP reverse proxy and load balancer.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://doc.traefik.io/traefik/v2.11/operations/cli/>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Start the server with the default configuration:
|
|
|
|
|
|
|
|
|
|
`traefik`
|
|
|
|
|
|
|
|
|
|
- Start the server with a custom configuration file:
|
|
|
|
|
|
|
|
|
|
`traefik --ConfigFile {{config_file.toml}}`
|
|
|
|
|
|
|
|
|
|
- Start the server with cluster mode enabled:
|
|
|
|
|
|
|
|
|
|
`traefik --cluster`
|
|
|
|
|
|
|
|
|
|
- Start server with web UI enabled:
|
|
|
|
|
|
|
|
|
|
`traefik --web`
|