fix
This commit is contained in:
parent
e1753325f8
commit
4d0aec8ec9
2 changed files with 3 additions and 1 deletions
|
@ -45,6 +45,8 @@ services:
|
|||
resources:
|
||||
limits:
|
||||
memory: 1g
|
||||
links:
|
||||
- prometheus
|
||||
expose:
|
||||
- "3100"
|
||||
command: -config.file=/etc/loki/config.yaml
|
||||
|
|
|
@ -31,7 +31,7 @@ compactor:
|
|||
|
||||
storage:
|
||||
trace:
|
||||
backend: s3
|
||||
backend: local
|
||||
wal:
|
||||
path: /tempo-data/wal # where to store the the wal locally
|
||||
local:
|
||||
|
|
Loading…
Reference in a new issue