diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-11-01 23:18:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-01 23:18:47 +0000 |
commit | 027e8b3dfe84300b4c50ea6a39f8dc7e360f479d (patch) | |
tree | 2c1b56ef381ac8d2ab4a97ab88a462322149919f | |
parent | 34cac5129b94b9d3086ace8e11377a6c65d6f0e8 (diff) | |
parent | bef006054707ddbf9f5479705d37d576509b1bf9 (diff) |
Merge "Restrict Postgres to version 10"
-rw-r--r-- | dashboard/docker-compose.yml | 2 |
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: |