diff --git a/README.md b/README.md index deea24f..5f7cd95 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ GRANT ALL PRIVILEGES ON DATABASE sensorsafrica TO sensorsafrica; Using docker compose: +- Create a `.env` file using `.env.template` . ***docker-compose has some default values for these variables*** - Build the project; `docker-compose build` or `make build` - Run the project; `docker-compose up -d` or `make up`