Skip to content

Commit abdb528

Browse files
author
wanggl
committed
fix: correct Kiro session path in Docker config
1 parent 8900839 commit abdb528

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config.docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ collectors:
2121
scan_interval: 60s
2222
kiro:
2323
enabled: true
24-
paths: ["/sessions/kiro"]
24+
paths: ["/sessions/kiro/cli"]
2525
scan_interval: 60s
2626

2727
storage:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ services:
2424
- ~/.local/share/opencode:/sessions/opencode:ro
2525
- ~/.kiro/sessions:/sessions/kiro:ro
2626
# Optional: custom config override
27-
# - ./config.yaml:/etc/agent-usage/config.yaml:ro
27+
- ./config.docker.yaml:/etc/agent-usage/config.yaml:ro
2828

0 commit comments

Comments
 (0)