Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Contemporize docker syntax.
  • Loading branch information
cbcunc authored Nov 12, 2022
1 parent fe7fb4b commit 3143371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3143371

Please sign in to comment.