fix the ip variable

This commit is contained in:
Sebastian
2024-05-28 05:31:37 +02:00
parent 8cad973636
commit afb3d9716c
2 changed files with 2 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ services:
- "P2P_PORT=34542"
- "WS_PORT=8545"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
- "HOST_IP=${IP}"
- "IP=${IP}"
- "GETH_OVERRIDE_CANYON=1704992401"
- "GETH_OVERRIDE_DELTA=1708560000"
- "GETH_OVERRIDE_ECOTONE=1710374401"

View File

@@ -29,6 +29,7 @@ services:
- "GETH_NODISCOVER=true"
- "GETH_STATE_SCHEME=hash"
- "GETH_DB_ENGINE=pebble"
- "IP=${IP}"
- "P2P_PORT=2483"
- "WS_PORT=8545"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"