Skip to content

Commit

Permalink
fix: port 9545:9545
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Apr 19, 2023
1 parent 6169a1b commit 1ce416e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops-bedrock/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
context: .
dockerfile: Dockerfile.l2
ports:
- "9545:8545"
- "9545:9545"
volumes:
- "l2_data:/db"
- "${PWD}/../.devnet/genesis-l2.json:/genesis.json"
Expand Down

0 comments on commit 1ce416e

Please sign in to comment.