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