diff --git a/README.md b/README.md index a565394..4010b26 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Docker compose and tools running the complete Ocean Protocol stack * [Get Started](#get-started) - [Docker](#docker) * [Ocean components](#ocean-components) +* [Ocean components versions](#ocean-components-versions) * [Contributing](#contributing) * [License](#license) @@ -55,6 +56,15 @@ The Ocean Docker compose starts the following components: * **Keeper contracts**. Listening on port **8545**. * **BigchainDB**. Listening on port on port **9984**. +## Ocean components versions + +The version of the Ocean components can be configured setting the environment variable `OCEAN_VERSION`. By default `master` branch runs the latest stable version release, and `develop` branch runs the code generated in the `master` branch of the Ocean components. If you want to run the component's code of `develop` branch: + +```bash +export OCEAN_VERSION=latest +docker-compose --project-name=ocean up +``` + ![Ocean Docker Images](doc/img/docker-images.jpg) ## Contributing