diff --git a/docker/README.md b/docker/README.md index ff61c2599b..b0149e1994 100644 --- a/docker/README.md +++ b/docker/README.md @@ -13,9 +13,9 @@ Before performing initial installation you can configure the type of database to In order to set database type change the value of `DATABASE` variable in `.env` file to one of the following: - `postgres` - use PostgreSQL database; -- `cassandra` - use Cassandra database; +- `hybrid` - use PostgreSQL for entities database and Cassandra for timeseries database; -**NOTE**: According to the database type corresponding docker service will be deployed (see `docker-compose.postgres.yml`, `docker-compose.cassandra.yml` for details). +**NOTE**: According to the database type corresponding docker service will be deployed (see `docker-compose.postgres.yml`, `docker-compose.hybrid.yml` for details). Execute the following command to create log folders for the services and chown of these folders to the docker container users. To be able to change user, **chown** command is used, which requires sudo permissions (script will request password for a sudo access):