From d4d3308c34d2aae96aaa4df38d1bcbd63bd14789 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 9 Feb 2023 21:50:57 +0100 Subject: [PATCH] Need to use args --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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: