mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-21 15:36:34 +08:00
fix(compose-yaml): 🩹 infer max-file logging option as string
Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
parent
48ac20885f
commit
24f1404741
@ -100,7 +100,7 @@ services:
|
||||
logging:
|
||||
options:
|
||||
max-size: 50m
|
||||
max-file: 3
|
||||
max-file: "3"
|
||||
command: ["all"]
|
||||
environment:
|
||||
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces
|
||||
|
@ -102,7 +102,7 @@ services:
|
||||
logging:
|
||||
options:
|
||||
max-size: 50m
|
||||
max-file: 3
|
||||
max-file: "3"
|
||||
command: ["all"]
|
||||
environment:
|
||||
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces
|
||||
|
Loading…
x
Reference in New Issue
Block a user