diff --git a/README.md b/README.md
index c03a873..839eb34 100644
--- a/README.md
+++ b/README.md
@@ -21,9 +21,9 @@ Add it to the `application.properties` in the `tmdbApi.apikey` value.
* QRCode Scanning of Reservation to validate tickets
-## Database - PostgreSQL
-* PostgreSQL image from Dockerhub
-* Persistent **Data layer** for Movies, Shows, User etc.
+## Database - H2
+* In-memory **Data layer** for Movies, Shows, User etc.
+* (Postgresql was replaced with H2 to be able to user Free Tier on Azure)
## Docker
Full Docker Support with **Docker-compose**
@@ -31,16 +31,13 @@ Full Docker Support with **Docker-compose**
* To build and run the Fullstack Application from local Dockerfiles:
```shell
mvn clean install
-docker-compose -f docker-compose-local.yml up --build
+docker compose -f docker-compose-local.yml up --build
```
* To run the Fullstack Application from latest Dockerhub images:
`docker-compose up --build`
-
-* Starts and initializes **MySQL** database
-
* Starts **Spring** REST API exposed to
http://localhost:8080/api