9 lines
134 B
YAML
9 lines
134 B
YAML
services:
|
|
common-settings:
|
|
logging:
|
|
driver: "json-file"
|
|
options:
|
|
max-size: "10m"
|
|
max-file: "10"
|
|
compress: "true"
|