Add instructions

This commit is contained in:
2024-06-05 10:39:34 +05:30
parent 175208d055
commit cb4b2501eb
3 changed files with 136 additions and 12 deletions
@@ -9,16 +9,16 @@ services:
CERC_GETH_GCMODE: ${CERC_GETH_GCMODE:-full}
CERC_GETH_VERBOSITY: ${CERC_GETH_VERBOSITY:-3}
volumes:
- ../config/docker-entrypoint.sh:/bsc/docker-entrypoint.sh
- ../config/bsc-node/docker-entrypoint.sh:/bsc/docker-entrypoint.sh
- data:/data
- bsc:/bsc
- snapshot:/var/tmp/snapshot
ports:
- 30303:30303
- 30311:30311
- 6060:6060
- 8545:8545
- 8546:8546
- "30303"
- "30311"
- "6060"
- "8545"
- "8546"
healthcheck:
test: ["CMD", "nc", "-vz", "localhost", "8545"]
interval: 5s