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 Container
|
||||||
POSTGRES_DB=onlyoffice
|
POSTGRES_DB=onlyoffice
|
||||||
POSTGRES_USER=onlyoffice
|
POSTGRES_USER=onlyoffice
|
||||||
|
POSTGRES_HOST_AUTH_METHOD=trust
|
||||||
|
|
||||||
# MySQL Container
|
# MySQL Container
|
||||||
MYSQL_DATABASE=onlyoffice
|
MYSQL_DATABASE=onlyoffice
|
||||||
|
@ -22,6 +22,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- POSTGRES_DB
|
- POSTGRES_DB
|
||||||
- POSTGRES_USER
|
- POSTGRES_USER
|
||||||
|
- POSTGRES_HOST_AUTH_METHOD
|
||||||
restart: always
|
restart: always
|
||||||
expose:
|
expose:
|
||||||
- '5432'
|
- '5432'
|
||||||
|
@ -23,6 +23,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- POSTGRES_DB
|
- POSTGRES_DB
|
||||||
- POSTGRES_USER
|
- POSTGRES_USER
|
||||||
|
- POSTGRES_HOST_AUTH_METHOD
|
||||||
restart: always
|
restart: always
|
||||||
expose:
|
expose:
|
||||||
- '5432'
|
- '5432'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user