Start postgres before preparing the database

This commit is contained in:
Dennis Boldt 2021-12-22 00:35:18 +01:00
parent 2c61571793
commit d3628a7f59

View file

@ -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)