Merge "Restrict Postgres to version 10"
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 1 Nov 2018 23:18:47 +0000 (23:18 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 1 Nov 2018 23:18:47 +0000 (23:18 +0000)
dashboard/docker-compose.yml

index eddc54c..f9cf0bb 100644 (file)
@@ -40,7 +40,7 @@ services:
 
     postgres:
         restart: always
-        image: postgres:latest
+        image: postgres:10
         container_name: ps01
         env_file: config.env
         volumes: