Need to use args

This commit is contained in:
David Heinemeier Hansson
2023-02-09 21:50:57 +01:00
committed by GitHub
parent b9c6d2966b
commit d4d3308c34

View File

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