Code Review
/
laas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ebc4234
)
Restrict Postgres to version 10
author
Trevor Bramwell
<tbramwell@linuxfoundation.org>
Wed, 24 Oct 2018 22:36:59 +0000
(15:36 -0700)
committer
Trevor Bramwell
<tbramwell@linuxfoundation.org>
Wed, 24 Oct 2018 22:36:59 +0000
(15:36 -0700)
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>
docker-compose.yml
patch
|
blob
|
history
diff --git
a/docker-compose.yml
b/docker-compose.yml
index
eddc54c
..
f9cf0bb
100644
(file)
--- 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: