Update to work with latest docker-compose.
diff --git a/docker-compose.yml b/docker-compose.yml
index 0288882..ba5c7b8 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -16,10 +16,10 @@
 # directory of this distribution.
 
 
-# Example Docker Compose setup for running Roller and PostreSQL locally
+# Example Docker Compose setup for running Roller and PostgreSQL locally
 
 
-version: '3.2'
+version: '3.7'
 
 services:
 
@@ -37,8 +37,7 @@
          - POSTGRES_PASSWORD=tiger
 
    roller:
-      image:
-         build: .
+      build: .
       ports:
          - "8080:8080"
       volumes: