mirror of
https://github.com/bitnami/containers.git
synced 2026-04-05 00:37:57 +08:00
Use PostgreSQL:9.6 - Discourse is incompatible with 10.x family
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
postgresql:
|
||||
image: 'bitnami/postgresql:latest'
|
||||
image: 'bitnami/postgresql:9.6'
|
||||
volumes:
|
||||
- 'postgresql_data:/bitnami'
|
||||
redis:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
postgresql:
|
||||
image: 'bitnami/postgresql:latest'
|
||||
image: 'bitnami/postgresql:9.6'
|
||||
volumes:
|
||||
- 'postgresql_data:/bitnami'
|
||||
redis:
|
||||
|
||||
Reference in New Issue
Block a user