minor fixes
This commit is contained in:
parent
9bf130070c
commit
0424a4c5fa
@ -15,7 +15,7 @@ services:
|
|||||||
- "8081"
|
- "8081"
|
||||||
- "8082"
|
- "8082"
|
||||||
- "8090"
|
- "8090"
|
||||||
- "40000"
|
- "40001"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "nc", "-v", "localhost", "8081"]
|
test: ["CMD", "nc", "-v", "localhost", "8081"]
|
||||||
interval: 20s
|
interval: 20s
|
||||||
|
@ -6,7 +6,7 @@ CERC_SCRIPT_DEBUG=false
|
|||||||
|
|
||||||
# Simple toggle to choose either a 'full' node or an 'archive' node
|
# Simple toggle to choose either a 'full' node or an 'archive' node
|
||||||
# (controls the values of --syncmode --gcmode --snapshot)
|
# (controls the values of --syncmode --gcmode --snapshot)
|
||||||
CERC_GETH_MODE_QUICK_SET=full
|
CERC_GETH_MODE_QUICK_SET=archive
|
||||||
|
|
||||||
# Path to plugeth plugins.
|
# Path to plugeth plugins.
|
||||||
CERC_PLUGINS_DIR="/usr/local/lib/plugeth"
|
CERC_PLUGINS_DIR="/usr/local/lib/plugeth"
|
||||||
|
Loading…
Reference in New Issue
Block a user