mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
removing compose issue
This commit is contained in:
parent
4bf99e604e
commit
aff6110657
1 changed files with 1 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
geth-node:
|
geth-node:
|
||||||
image: europe-west3-docker.pkg.dev/task-460410/task-repo/app:latest
|
image: app:latest
|
||||||
container_name: geth-devnet
|
container_name: geth-devnet
|
||||||
ports:
|
ports:
|
||||||
- "8545:8545" # RPC HTTP
|
- "8545:8545" # RPC HTTP
|
||||||
|
|
@ -23,6 +23,5 @@ services:
|
||||||
--ws.api personal,eth,net,web3,miner
|
--ws.api personal,eth,net,web3,miner
|
||||||
--allow-insecure-unlock
|
--allow-insecure-unlock
|
||||||
--mine
|
--mine
|
||||||
--miner.threads=1
|
|
||||||
--nodiscover
|
--nodiscover
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue