From c88d26d2e5657cf2fa8f18e686413805715495fd Mon Sep 17 00:00:00 2001 From: Juvar Abrera Date: Sun, 5 Feb 2023 09:50:41 +0800 Subject: [PATCH] docs: Fix postgresql typo in docker-compose --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fb5359..123d1fc 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ reached at http://localhost:8080/. In order to use another port, change the `ports` parameter inside `docker-compose.yml` to `8888:8080`, where 8888 is a port of your choice. -The docker compose set also includes my PoPostgreSQL database, if you choose to use PostgreSQL instead of H2, change the following +The docker compose set also includes PostgreSQL database, if you choose to use PostgreSQL instead of H2, change the following properties in `src/main/resources/application.yaml`: ```yaml