Skip to content

Commit

Permalink
HPC-9088: Update docker compose files for Compose V2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pl217 committed Nov 24, 2023
1 parent 9e55d42 commit 5f25c2a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This repository can be run as a standalone application or as part of [hpc-suite]
### Standalone

To run this projects docker containers:
`docker-compose up -d`
`docker compose up -d`

This will spin up the server and a postgres database. To restore data to this database see the [section below](#Restore_database).

Expand Down
2 changes: 1 addition & 1 deletion bin/sync-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ DROP SCHEMA public CASCADE; \
GRANT CREATE ON SCHEMA public to postgres;" $PG_DB_NAME

# Because we are using Postgre container specified elsewhere,
# outside of docker-compose.yaml in this repo, we must manually
# outside of compose.yaml in this repo, we must manually
# move the downloaded dumps into postgre container.
# Ideally, local dumps directory should be mounted in PG container's `volumes`
echo "Copy DB snapshot file to Postgre container"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5f25c2a

Please sign in to comment.