Skip to content

Commit

Permalink
nicer file name
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Pugh <epugh@opensourceconnections.com>
  • Loading branch information
epugh committed Sep 18, 2024
1 parent 0705f26 commit 4448523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
- SMUI_TOGGLE_EVENTHISTORY=true
- SMUI_RULE_TAGGING_ACTIVE=true
- SMUI_PREDEFINED_TAGS_FILE=/smui/conf/predefined_tags.json
- SMUI_RULE_USAGE_STATISTICS_LOCATION=file:///smui/data/stats-on-rules-usage.csv
- SMUI_RULE_USAGE_STATISTICS_LOCATION=file:///smui/data/rules-usage-stats.csv
volumes:
- ./smui/data/:/smui/data
depends_on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
SMUI_GUID,USER_QUERY,FREQUENCY
c4b10dea-1cd5-4361-83c6-d5c72691e343,laptop,6
c4b10dea-1cd5-4361-83c6-d5c72691e343,notebook,2
7bc66070-7d88-43d4-8d09-0dd0210c4ba3,laptop,20

0 comments on commit 4448523

Please sign in to comment.