docker/compose/README.md
This directory contains the following compose configurations:
To use these compositions:
docker-compose upTo build your own complete testnet:
cd validator-testnetdocker-compose up -dcd ..If you would like to clear the validator/blockchain data and start from scratch, either remove the docker volume aptos-shared,
or run docker-compose run validator rm -rf '/opt/aptos/var/*' from the validator-testnet directory.
To clear just the validator logs, run docker-compose run validator rm -rf '/opt/aptos/var/validator.log'