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:
|
||||
geth-node:
|
||||
image: europe-west3-docker.pkg.dev/task-460410/task-repo/app:latest
|
||||
image: app:latest
|
||||
container_name: geth-devnet
|
||||
ports:
|
||||
- "8545:8545" # RPC HTTP
|
||||
|
|
@ -23,6 +23,5 @@ services:
|
|||
--ws.api personal,eth,net,web3,miner
|
||||
--allow-insecure-unlock
|
||||
--mine
|
||||
--miner.threads=1
|
||||
--nodiscover
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Reference in a new issue