Use PostgreSQL:9.6 - Discourse is incompatible with 10.x family

This commit is contained in:
Juan Ariza Toledano
2017-11-13 17:24:43 +00:00
parent 88aeeb5499
commit 3ec2100c9e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
version: '2'
services:
postgresql:
image: 'bitnami/postgresql:latest'
image: 'bitnami/postgresql:9.6'
volumes:
- 'postgresql_data:/bitnami'
redis:

View File

@@ -1,7 +1,7 @@
version: '2'
services:
postgresql:
image: 'bitnami/postgresql:latest'
image: 'bitnami/postgresql:9.6'
volumes:
- 'postgresql_data:/bitnami'
redis: