Added highlighting

This commit is contained in:
Elliot Matson 2021-11-28 14:17:29 +00:00
parent 7c81b66ad5
commit b5ea12f4a7

View File

@ -46,7 +46,7 @@ Resolve still uses a legacy feature that has been removed in PostgreSQL 12, so t
### Setting up a PostgreSQL 11 Project Server
To setup a PostgreSQL 11 server instead of 9.5, there are 2 lines that need to be changed in docker_compose.yml:
```
```yaml
services:
postgres:
image: postgres:9.5
@ -57,7 +57,7 @@ services:
...
```
to the following:
```
```yaml
services:
postgres:
image: postgres:11