fix a comma
This commit is contained in:
@@ -13,12 +13,12 @@ services:
|
|||||||
[
|
[
|
||||||
# Blockchain sync mode ("snap", "full" or "light")
|
# Blockchain sync mode ("snap", "full" or "light")
|
||||||
"--syncmode=snap",
|
"--syncmode=snap",
|
||||||
"--port=49545"
|
"--port=49545",
|
||||||
# Megabytes of memory allocated to internal caching
|
# Megabytes of memory allocated to internal caching
|
||||||
"--cache=8192",
|
"--cache=8192",
|
||||||
# Enable the WS-RPC server
|
# Enable the WS-RPC server
|
||||||
"--ws",
|
"--ws",
|
||||||
"--ws.port=8545"
|
"--ws.port=8545",
|
||||||
"--ws.addr=0.0.0.0",
|
"--ws.addr=0.0.0.0",
|
||||||
# Enable the HTTP-RPC server
|
# Enable the HTTP-RPC server
|
||||||
"--http",
|
"--http",
|
||||||
|
|||||||
Reference in New Issue
Block a user