Add instructions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user