diff --git a/README.md b/README.md index 8d1bee97..97387f8d 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ which maintains the project and offers professional services around it. The following are needed to run Mainflux: -- [Docker](https://docs.docker.com/install/) (version 18.09) -- [Docker compose](https://docs.docker.com/compose/install/) (version 1.24.1) +- [Docker](https://docs.docker.com/install/) (version 20.10) +- [Docker compose](https://docs.docker.com/compose/install/) (version 1.28) Developing Mainflux will also require: @@ -64,7 +64,7 @@ This will bring up the Mainflux docker services and interconnect them. This comm make run ``` -If you want to run services from specific release checkout code from github and make sure that +If you want to run services from specific release checkout code from github and make sure that `MF_RELEASE_TAG` in [.env](.env) is being set to match the release version ```bash @@ -82,7 +82,7 @@ MF_RELEASE_TAG= ## Usage -The quickest way to start using Mainflux is via the CLI. The latest version can be downloaded from the [official releases page][rel]. +The quickest way to start using Mainflux is via the CLI. The latest version can be downloaded from the [official releases page][rel]. It can also be built and used from the project's root directory: diff --git a/.env b/docker/.env similarity index 100% rename from .env rename to docker/.env diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 315fbacb..1611f02d 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -37,7 +37,7 @@ services: networks: - mainflux-base-net env_file: - - ../.env + - .env command: /entrypoint.sh depends_on: - things