Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Fix gas price config (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev authored May 15, 2024
1 parent ec69b47 commit fb49245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- EXTRA_FLAGS
- P2P_PORT=33141
- SYNCMODE=snap
- GASPRICE=1000000000
- GAS_PRICE=1000000000
- MAX_PEERS=50
image: geth.lukso-geth.dnp.dappnode.eth:0.1.0
volumes:
Expand Down

0 comments on commit fb49245

Please sign in to comment.