fix
This commit is contained in:
@@ -29,6 +29,7 @@ services:
|
|||||||
- 8545
|
- 8545
|
||||||
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
||||||
command:
|
command:
|
||||||
|
- --chain=bsc
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --http
|
- --http
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
@@ -37,7 +38,6 @@ services:
|
|||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
- --nat=extip:${IP}
|
- --nat=extip:${IP}
|
||||||
- --networkid=56
|
|
||||||
- --p2p.allowed-ports=31327
|
- --p2p.allowed-ports=31327
|
||||||
- --p2p.allowed-ports=36327
|
- --p2p.allowed-ports=36327
|
||||||
- --port=11327
|
- --port=11327
|
||||||
@@ -52,7 +52,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ${BSC_MAINNET_ERIGON3_ARCHIVE_TRACE_DATA:-bsc-mainnet-erigon3-archive-trace}:/root/.local/share/erigon
|
- ${BSC_MAINNET_ERIGON3_ARCHIVE_TRACE_DATA:-bsc-mainnet-erigon3-archive-trace}:/root/.local/share/erigon
|
||||||
- ./bsc/bsc:/config
|
- ./bsc/mainnet:/config
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ services:
|
|||||||
- 8545
|
- 8545
|
||||||
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
||||||
command:
|
command:
|
||||||
|
- --chain=bsc
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --http
|
- --http
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
@@ -37,7 +38,6 @@ services:
|
|||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
- --nat=extip:${IP}
|
- --nat=extip:${IP}
|
||||||
- --networkid=56
|
|
||||||
- --p2p.allowed-ports=31327
|
- --p2p.allowed-ports=31327
|
||||||
- --p2p.allowed-ports=36327
|
- --p2p.allowed-ports=36327
|
||||||
- --port=11327
|
- --port=11327
|
||||||
@@ -52,7 +52,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ${BSC_MAINNET_ERIGON3_MINIMAL_TRACE_DATA:-bsc-mainnet-erigon3-minimal-trace}:/root/.local/share/erigon
|
- ${BSC_MAINNET_ERIGON3_MINIMAL_TRACE_DATA:-bsc-mainnet-erigon3-minimal-trace}:/root/.local/share/erigon
|
||||||
- ./bsc/bsc:/config
|
- ./bsc/mainnet:/config
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ services:
|
|||||||
- 8545
|
- 8545
|
||||||
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
||||||
command:
|
command:
|
||||||
|
- --chain=bsc
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --http
|
- --http
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
@@ -37,7 +38,6 @@ services:
|
|||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
- --nat=extip:${IP}
|
- --nat=extip:${IP}
|
||||||
- --networkid=56
|
|
||||||
- --p2p.allowed-ports=31327
|
- --p2p.allowed-ports=31327
|
||||||
- --p2p.allowed-ports=36327
|
- --p2p.allowed-ports=36327
|
||||||
- --port=11327
|
- --port=11327
|
||||||
@@ -52,7 +52,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ${BSC_MAINNET_ERIGON3_PRUNED_TRACE_DATA:-bsc-mainnet-erigon3-pruned-trace}:/root/.local/share/erigon
|
- ${BSC_MAINNET_ERIGON3_PRUNED_TRACE_DATA:-bsc-mainnet-erigon3-pruned-trace}:/root/.local/share/erigon
|
||||||
- ./bsc/bsc:/config
|
- ./bsc/mainnet:/config
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
|
|||||||
Reference in New Issue
Block a user