Need to use args
This commit is contained in:
committed by
GitHub
parent
b9c6d2966b
commit
d4d3308c34
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user