fix a comma

This commit is contained in:
Sebastian
2022-12-09 18:03:52 +01:00
parent 5d5a1c8146
commit 14fbeb86ee

View File

@@ -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",