Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Nov 19, 2024
1 parent 85c0b02 commit 3e8d2a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/katana/monitoring/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ services:
command: >
katana
--db-dir .katana/data-dir
--metrics 0.0.0.0:9001
--host 0.0.0.0 --port 5050
--http.addr 0.0.0.0 --http.port 5050
--metrics --metrics.addr 0.0.0.0 --metrics.port 9001
prometheus:
restart: unless-stopped
Expand Down

0 comments on commit 3e8d2a5

Please sign in to comment.