Fix postgres test
See details: https://github.com/docker-library/postgres/issues/681
This commit is contained in:
parent
51b371ff3c
commit
e361537d32
@ -32,6 +32,7 @@ ACTIVEMQ_GROUPS_owners=guest
|
||||
# Postgres Container
|
||||
POSTGRES_DB=onlyoffice
|
||||
POSTGRES_USER=onlyoffice
|
||||
POSTGRES_HOST_AUTH_METHOD=trust
|
||||
|
||||
# MySQL Container
|
||||
MYSQL_DATABASE=onlyoffice
|
||||
|
@ -22,6 +22,7 @@ services:
|
||||
environment:
|
||||
- POSTGRES_DB
|
||||
- POSTGRES_USER
|
||||
- POSTGRES_HOST_AUTH_METHOD
|
||||
restart: always
|
||||
expose:
|
||||
- '5432'
|
||||
|
@ -23,6 +23,7 @@ services:
|
||||
environment:
|
||||
- POSTGRES_DB
|
||||
- POSTGRES_USER
|
||||
- POSTGRES_HOST_AUTH_METHOD
|
||||
restart: always
|
||||
expose:
|
||||
- '5432'
|
||||
|
Loading…
x
Reference in New Issue
Block a user