disable p2p

This commit is contained in:
Sebastian
2024-06-03 07:46:54 +02:00
parent 8608417cf5
commit bd8e0db743

View File

@@ -30,6 +30,7 @@ services:
- "GETH_AUTHRPC_ADDR=0.0.0.0"
- "GETH_AUTHRPC_JWTSECRET=/jwtsecret"
- "GETH_LIGHT_MAXPEERS=0"
- "GETH_MAXPEERS=0"
expose:
- 9545
restart: always