mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
[bug] since PostgreSQL release 9.6.17, the new installations will fail to start complaining for missing password (#194)
This commit is contained in:
parent
cb68fe50cf
commit
efd356965e
@ -5,6 +5,7 @@
|
||||
- Updated translations
|
||||
- Updated angular-translate
|
||||
- Updated eslint
|
||||
- Fix a bug: since PostgreSQL release 9.6.17, the new installations will fail to start complaining for missing password (#194)
|
||||
- Fix a security issue: updated mkdirp to fix [CVE-2020-7598](https://nvd.nist.gov/vuln/detail/CVE-2020-7598)
|
||||
- Fix a security issue: updated acorn to fix [CVE-2020-7598](https://nvd.nist.gov/vuln/detail/CVE-2020-7598)
|
||||
|
||||
|
@ -27,6 +27,8 @@ services:
|
||||
volumes:
|
||||
- ${PWD}/postgresql:/var/lib/postgresql/data
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
|
||||
elasticsearch:
|
||||
image: elasticsearch:5.6
|
||||
|
Loading…
x
Reference in New Issue
Block a user