mirror of https://github.com/docker/docs.git
max-file should be in quotes (#5506)
This commit is contained in:
parent
d313d546b1
commit
23be886a82
|
@ -22,7 +22,7 @@ configuration:
|
|||
logging:
|
||||
options:
|
||||
max-size: '12m'
|
||||
max-file: 5
|
||||
max-file: '5'
|
||||
driver: json-file
|
||||
```
|
||||
|
||||
|
@ -34,7 +34,7 @@ x-logging:
|
|||
&default-logging
|
||||
options:
|
||||
max-size: '12m'
|
||||
max-file: 5
|
||||
max-file: '5'
|
||||
driver: json-file
|
||||
|
||||
services:
|
||||
|
|
Loading…
Reference in New Issue