This commit is contained in:
Sebastian
2024-03-28 13:48:47 +01:00
parent b78256c025
commit 4f130a3f52

View File

@@ -15,7 +15,7 @@ services:
# Blockchain sync mode ("snap", "full" or "light") # Blockchain sync mode ("snap", "full" or "light")
"--syncmode=snap", "--syncmode=snap",
"--port=27374", "--port=27374",
"--nat=extip:$IP" "--nat=extip:$IP",
# 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