MM-28549: Bump up postgres version (#16564)
https://mattermost.atlassian.net/browse/MM-28549 ```release-notes Mattermost does not support Postgres 9.4 anymore. The minimum required version for Postgres will be 10. ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
dae95dd373
Коммит
eb7c4580f8
@@ -17,7 +17,7 @@ services:
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
postgres:
|
||||
image: "postgres:9.4"
|
||||
image: "postgres:10"
|
||||
restart: always
|
||||
networks:
|
||||
- mm-test
|
||||
|
||||
Ссылка в новой задаче
Block a user