aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-10-24 15:36:59 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2018-10-24 15:36:59 -0700
commitb0e040408d696c9e84e5573a46c63494fa598baf (patch)
treeb3c8fc89d40def1bbeec5a13fe366242a2e4227d /docker-compose.yml
parentebc42347105caa2be52a8337372ae4793fe9182c (diff)
Restrict Postgres to version 10
Postgres 11 was just released and the images does not yet support automatic data upgrades. Restricting it to 10 should keep users from running into issues when using/testing the dashboard. Change-Id: I7758cb01b5c6c0c75166536fc0d99277995d5da0 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index eddc54c..f9cf0bb 100644
--- a/docker-compose.yml
+++ b/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: