add code formatting in readme

This commit is contained in:
Elliot Matson 2021-11-29 00:21:06 +00:00
parent 16e19ca7c7
commit c7e0d24412

View File

@ -32,7 +32,7 @@ There are a lot of ways to host a Resolve project server, but each of them has t
There are a few things we'll need to edit in the docker-compose.yml file to configure our installation: There are a few things we'll need to edit in the docker-compose.yml file to configure our installation:
### PostgreSQL Server ### PostgreSQL Server
To configure the server itself, we'll want to configure the environment variables below: To configure the server itself, we'll want to configure the environment variables below:
``` ```yaml
... ...
services: services:
postgres: postgres:
@ -54,7 +54,7 @@ services:
### Backup Server ### Backup Server
To configure the backups, we'll want to configure the variables below: To configure the backups, we'll want to configure the variables below:
``` ```yaml
... ...
services: services:
... ...