Skip to content

Commit

Permalink
docker-compose: add grace period for geth
Browse files Browse the repository at this point in the history
  • Loading branch information
gsora committed Jan 8, 2024
1 parent c3e167e commit 014d5cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ services:
--metrics.addr=0.0.0.0
--metrics.port=6060
networks: [dvnode]
stop_grace_period: 2m
volumes:
- ./data/geth:/root/.ethereum
- ./jwt:/root/jwt
Expand Down

0 comments on commit 014d5cd

Please sign in to comment.