Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down