summaryrefslogtreecommitdiffstats
path: root/dashboard
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-11-01 23:18:47 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-11-01 23:18:47 +0000
commit027e8b3dfe84300b4c50ea6a39f8dc7e360f479d (patch)
tree2c1b56ef381ac8d2ab4a97ab88a462322149919f /dashboard
parent34cac5129b94b9d3086ace8e11377a6c65d6f0e8 (diff)
parentbef006054707ddbf9f5479705d37d576509b1bf9 (diff)
Merge "Restrict Postgres to version 10"
Diffstat (limited to 'dashboard')
-rw-r--r--dashboard/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/docker-compose.yml b/dashboard/docker-compose.yml
index eddc54c..f9cf0bb 100644
--- a/dashboard/docker-compose.yml
+++ b/dashboard/docker-compose.yml
@@ -40,7 +40,7 @@ services:
postgres:
restart: always
- image: postgres:latest
+ image: postgres:10
container_name: ps01
env_file: config.env
volumes: