Skip to content

Commit

Permalink
geth dev volume not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
magic53 committed Dec 8, 2020
1 parent 1d31d08 commit 30ffb30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose-dev.yml
Expand Up @@ -38,8 +38,6 @@ services:
- "8545:8545"
- "8546:8546"
- "8547:8547"
volumes:
- eth-data:/opt/blockchain
stop_signal: SIGINT
stop_grace_period: 2m
command: "--datadir /opt/blockchain/data --nousb --allow-insecure-unlock --networkid 41412 --netrestrict 172.17.0.0/24 --netrestrict 172.30.0.0/24 --netrestrict 172.31.0.0/24 --netrestrict 192.168.1.0/24 --http --http.api personal,eth,net,web3 --http.addr 0.0.0.0 --ws --ws.api personal,eth,net,web3 --ws.addr 0.0.0.0 --nodiscover"
Expand Down

0 comments on commit 30ffb30

Please sign in to comment.