Start postgres before preparing the database
This commit is contained in:
parent
2c61571793
commit
d3628a7f59
|
@ -132,6 +132,13 @@ docker-compose build portal
|
||||||
|
|
||||||
This container is used for the next three steps.
|
This container is used for the next three steps.
|
||||||
|
|
||||||
|
|
||||||
|
#### Start postgres
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker-compose up -d postgres
|
||||||
|
```
|
||||||
|
|
||||||
### Prepare database
|
### Prepare database
|
||||||
|
|
||||||
Follow the procedure outlined in [README.md](../README.md#prepare-database)
|
Follow the procedure outlined in [README.md](../README.md#prepare-database)
|
||||||
|
|
Loading…
Reference in a new issue