mirror of https://github.com/docker/docs.git
Merge pull request #16900 from jarda-wien/main
Remove experimental flag for metrics-addr as it is not required
This commit is contained in:
commit
8206795c91
|
@ -42,12 +42,11 @@ If the file is currently empty, paste the following:
|
|||
|
||||
```json
|
||||
{
|
||||
"metrics-addr" : "127.0.0.1:9323",
|
||||
"experimental" : true
|
||||
"metrics-addr" : "127.0.0.1:9323"
|
||||
}
|
||||
```
|
||||
|
||||
If the file is not empty, add those two keys, making sure that the resulting
|
||||
If the file is not empty, add the new key, making sure that the resulting
|
||||
file is valid JSON. Be careful that every line ends with a comma (`,`) except
|
||||
for the last line.
|
||||
|
||||
|
|
Loading…
Reference in New Issue