fix(compose-yaml): 🩹 infer max-file logging option as string

Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
Prashant Shahi 2022-02-02 03:40:11 +05:30
parent 48ac20885f
commit 24f1404741
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ services:
logging: logging:
options: options:
max-size: 50m max-size: 50m
max-file: 3 max-file: "3"
command: ["all"] command: ["all"]
environment: environment:
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces - JAEGER_ENDPOINT=http://otel-collector:14268/api/traces

View File

@ -102,7 +102,7 @@ services:
logging: logging:
options: options:
max-size: 50m max-size: 50m
max-file: 3 max-file: "3"
command: ["all"] command: ["all"]
environment: environment:
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces - JAEGER_ENDPOINT=http://otel-collector:14268/api/traces