diff --git a/README.md b/README.md index 15c6a406..c65d5e18 100644 --- a/README.md +++ b/README.md @@ -266,12 +266,13 @@ You can customize the traefik command line: ```yaml traefik: - accesslog: true - accesslog.format: json - metrics.prometheus: true - metrics.prometheus.buckets: 0.1,0.3,1.2,5.0 + args: + accesslog: true + accesslog.format: json ``` +This will start the traefik container with `--accesslog=true accesslog.format=json`. + ### Configuring build args for new images Build arguments that aren't secret can also be configured: