Skip to content

Commit

Permalink
fix(nat): expose local metrics port. (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
scharissis authored Feb 6, 2025
1 parent 5451561 commit f4ed777
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion op-nat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ services:

op-nat:
container_name: op-nat
ports:
- "7300:7300"
build:
context: ..
dockerfile: op-nat/Dockerfile
volumes:
- ./devnets:/devnets
command: ["--kurtosis.devnet.manifest", "/devnets/simple-devnet.json"]
command: ["--kurtosis.devnet.manifest", "/devnets/simple-devnet.json", "--log.level", "debug"]
depends_on:
- prometheus
- grafana
Expand Down

0 comments on commit f4ed777

Please sign in to comment.