Fix #656: Updated default docker postgres version from 9.4 to 11

This commit is contained in:
Eliot Berriot 2019-01-11 10:45:38 +01:00
commit cc777d7a36
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
5 changed files with 7 additions and 3 deletions

View file

@ -15,3 +15,6 @@ LDAP_ENABLED=False
# Uncomment this if you're using traefik/https
# FORCE_HTTPS_URLS=True
# Customize to your needs
POSTGRES_VERSION=11