sam same but different

This commit is contained in:
Sebastian
2024-03-23 17:09:03 +01:00
parent 26de04f61f
commit cd76603996

View File

@@ -13,7 +13,7 @@ services:
- "8546" - "8546"
- "29061" - "29061"
volumes: volumes:
- bsc:/bsc/node - bsc:/data
- ./bsc/config:/bsc/config - ./bsc/config:/bsc/config
environment: environment:
GETH_HTTP_ADDR: 0.0.0.0 GETH_HTTP_ADDR: 0.0.0.0
@@ -26,7 +26,7 @@ services:
GETH_WS_ORIGINS: '*' GETH_WS_ORIGINS: '*'
GETH_DISCOVERY_PORT: 29061 GETH_DISCOVERY_PORT: 29061
GETH_PORT: 29061 GETH_PORT: 29061
GETH_DATADIR: /bsc/node #GETH_DATADIR: /bsc/node
GETH_STATE_SCHEME: path GETH_STATE_SCHEME: path
GETH_DB_ENGINE: pebble GETH_DB_ENGINE: pebble
GETH_SYNCMODE: full GETH_SYNCMODE: full