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:
|
logging:
|
||||||
options:
|
options:
|
||||||
max-size: '12m'
|
max-size: '12m'
|
||||||
max-file: 5
|
max-file: '5'
|
||||||
driver: json-file
|
driver: json-file
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ x-logging:
|
||||||
&default-logging
|
&default-logging
|
||||||
options:
|
options:
|
||||||
max-size: '12m'
|
max-size: '12m'
|
||||||
max-file: 5
|
max-file: '5'
|
||||||
driver: json-file
|
driver: json-file
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in New Issue