Fix postgres test

See details: https://github.com/docker-library/postgres/issues/681
This commit is contained in:
Alexey Golubev 2020-03-12 14:07:20 +03:00
parent 51b371ff3c
commit e361537d32
3 changed files with 3 additions and 0 deletions

View file

@ -22,6 +22,7 @@ services:
environment:
- POSTGRES_DB
- POSTGRES_USER
- POSTGRES_HOST_AUTH_METHOD
restart: always
expose:
- '5432'