1
0
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:
Sylvain 2020-03-23 16:58:17 +01:00
parent cb68fe50cf
commit efd356965e
2 changed files with 3 additions and 0 deletions

View File

@ -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)

View File

@ -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