From 141517344ae3f9544e0e5251ba3e1cc9c7ee935f Mon Sep 17 00:00:00 2001 From: Gabriel Cerioni Date: Tue, 11 Jun 2024 12:08:43 -0300 Subject: [PATCH] README.md - rewriting docker-compose binary name Howdy! Gabriel Cerioni from Redis SA Team here. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ac8b34..423c8e6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ An alternative to building and running the container explicitly is to use Docke - Clone the repo locally and `cd` into directory `rdi-quickstart-postgres` - Copy file `env` to `.env` - add a complex password for user `postgres` -- `docker compose up -d` +- `docker-compose up -d` > Note that PostgreSQL databases are a prime target for hackers. When deploying the container on a Cloud VM, you must ensure that only your IP is allowed in the firewall rule that opens port 5432.