diff --git a/README.md b/README.md index dace610..998b7ea 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ The default versions are always a combination of component versions which are co | -------------- | ------------------ | --------------------------------- | --------------- | ------------- | | ganache | ocean-contracts | latest | 172.15.0.3 | 8545 -> 8545 | | ocean-contracts | | v1.1.8 | 172.15.0.14 | | -| Aquarius | | v5.0.0 | 172.15.0.5 | 5000 -> 5000 | +| Aquarius | | v5.1.0 | 172.15.0.5 | 5000 -> 5000 | | Elasticsearch | Aquarius | 8.5.1 | 172.15.0.6 | | | Provider | | v2.0.0 | 172.15.0.4 | 8030 -> 8030 | | Provider2 | | v2.0.0 | 172.15.0.7 | 8030 -> 8030 | diff --git a/start_ocean.sh b/start_ocean.sh index b153f08..3e573f6 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -28,7 +28,7 @@ COMPOSE_DIR="${DIR}/compose-files" # Default versions of Aquarius, Provider -export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v5.0.0} +export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v5.1.0} export ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-8.5.1} export PROVIDER_VERSION=${PROVIDER_VERSION:-v2.0.0} export SUBGRAPH_VERSION=${SUBGRAPH_VERSION:-v3.0.0}