From 31433718a03b1f3f44f200743d39777898e99ef5 Mon Sep 17 00:00:00 2001 From: Chris Calloway Date: Fri, 11 Nov 2022 19:20:24 -0500 Subject: [PATCH] Update README.md Contemporize docker syntax. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72f873e..a0053e6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A database for Hydroshare based on official images. 1. Open port 5432 on the host's firewall to the subnets making connections. 1. Set `PGPASSWORD` in `.env`. -1. `docker-compose up -d` +1. `docker compose up -d` 1. Place a SQL dump to load into the database in `/var/scratch/pg.deploy.sql` on the host. 1. `./loaddb.sh` 1. The default postgres user password is configured in two places in the Hydroshare codebase: