Skip to content

Commit

Permalink
docs: document listen_hosts option
Browse files Browse the repository at this point in the history
  • Loading branch information
alesharik committed Mar 2, 2025
1 parent ef70bb9 commit c2222d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/loki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ loki:
migration_dates: # used to migrate old loki from v11 to v13
v11: "2020-10-24"
v13: "2024-07-06"
listen_hosts: ["127.0.0.1", "192.168.0.1"] # overrides port exposure in docker. Default is `[loki.host]`. Allows to expose container on multiple networks
```
### Effects
Expand Down
1 change: 1 addition & 0 deletions roles/mimir/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ mimir:
- grafana
log_format: json
compactor_blocks_retention_period: 4w
listen_hosts: ["127.0.0.1", "192.168.0.1"] # overrides port exposure in docker. Default is `[mimir.host]`. Allows to expose container on multiple networks
```
### Effects
Expand Down

0 comments on commit c2222d5

Please sign in to comment.