fix the ip variable
This commit is contained in:
@@ -32,7 +32,7 @@ services:
|
|||||||
- "P2P_PORT=34542"
|
- "P2P_PORT=34542"
|
||||||
- "WS_PORT=8545"
|
- "WS_PORT=8545"
|
||||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||||
- "HOST_IP=${IP}"
|
- "IP=${IP}"
|
||||||
- "GETH_OVERRIDE_CANYON=1704992401"
|
- "GETH_OVERRIDE_CANYON=1704992401"
|
||||||
- "GETH_OVERRIDE_DELTA=1708560000"
|
- "GETH_OVERRIDE_DELTA=1708560000"
|
||||||
- "GETH_OVERRIDE_ECOTONE=1710374401"
|
- "GETH_OVERRIDE_ECOTONE=1710374401"
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ services:
|
|||||||
- "GETH_NODISCOVER=true"
|
- "GETH_NODISCOVER=true"
|
||||||
- "GETH_STATE_SCHEME=hash"
|
- "GETH_STATE_SCHEME=hash"
|
||||||
- "GETH_DB_ENGINE=pebble"
|
- "GETH_DB_ENGINE=pebble"
|
||||||
|
- "IP=${IP}"
|
||||||
- "P2P_PORT=2483"
|
- "P2P_PORT=2483"
|
||||||
- "WS_PORT=8545"
|
- "WS_PORT=8545"
|
||||||
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
|
||||||
|
|||||||
Reference in New Issue
Block a user