mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Delete unnecessary files and simplify commands
This commit is contained in:
parent
1b52d5be6d
commit
f895d1b45e
4 changed files with 2 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
version: '3.3'
|
version: '3.3'
|
||||||
services:
|
services:
|
||||||
rpc:
|
el1:
|
||||||
container_name: pow-node
|
container_name: pow-node
|
||||||
image: linked0/poohnet-pow:latest
|
image: linked0/poohnet-pow:latest
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -37,7 +37,7 @@ services:
|
||||||
--ws.api="eth,net,txpool,web3"
|
--ws.api="eth,net,txpool,web3"
|
||||||
--ws.origins="*"
|
--ws.origins="*"
|
||||||
|
|
||||||
el:
|
el2:
|
||||||
container_name: pow-node
|
container_name: pow-node
|
||||||
image: linked0/poohnet-pow:latest
|
image: linked0/poohnet-pow:latest
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
./enode pow el
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
./enode pow el2
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
./enode pow rpc
|
|
||||||
Loading…
Reference in a new issue