diff --git a/deployment/README.md b/deployment/README.md index 1383662..865295d 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -132,6 +132,13 @@ docker-compose build portal This container is used for the next three steps. + +#### Start postgres + +```bash +docker-compose up -d postgres +``` + ### Prepare database Follow the procedure outlined in [README.md](../README.md#prepare-database)