Skip to content

Commit 376c282

Browse files
committed
feat: Force binding to 127.0.0.1 in loki
1 parent 15c3aaa commit 376c282

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

all-in-one/loki/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ limits_config:
1919
reject_old_samples_max_age: 168h
2020
split_queries_by_interval: 15m
2121
memberlist:
22+
bind_addr:
23+
- 127.0.0.1
2224
join_members:
2325
- localhost
2426
query_range:

0 commit comments

Comments
 (0)