LinuxCommandLibrary

traefik

traefik

TLDR

Start server with default config

$ traefik
copy


Start server with a custom config file
$ traefik --c [config_file].toml
copy


Start server with cluster mode enabled
$ traefik --cluster
copy


Start server with web UI enabled
$ traefik --web
copy

Copied to clipboard