2017-10-03 19:33:07 -05:00
|
|
|
# traefik
|
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
> An HTTP reverse proxy and load balancer.
|
2019-06-03 02:06:36 +02:00
|
|
|
> More information: <https://traefik.io>.
|
2017-10-03 19:33:07 -05:00
|
|
|
|
2024-03-08 17:30:22 +01:00
|
|
|
- Start the server with the default configuration:
|
2017-10-03 19:33:07 -05:00
|
|
|
|
|
|
|
`traefik`
|
|
|
|
|
2024-03-08 17:30:22 +01:00
|
|
|
- Start the server with a custom configuration file:
|
2017-10-03 19:33:07 -05:00
|
|
|
|
2024-03-08 17:30:22 +01:00
|
|
|
`traefik --ConfigFile {{config_file.toml}}`
|
2017-10-03 19:33:07 -05:00
|
|
|
|
2024-03-08 17:30:22 +01:00
|
|
|
- Start the server with cluster mode enabled:
|
2017-10-03 19:33:07 -05:00
|
|
|
|
2017-10-03 19:41:07 -05:00
|
|
|
`traefik --cluster`
|
2017-10-03 19:33:07 -05:00
|
|
|
|
2017-10-03 23:59:26 -05:00
|
|
|
- Start server with web UI enabled:
|
2017-10-03 19:33:07 -05:00
|
|
|
|
2017-10-03 19:41:07 -05:00
|
|
|
`traefik --web`
|