Skip to content

Commit 25931ec

Browse files
committed
Follow PostgreSQL image update
it requires password or to make the mode "trust".
1 parent ae17190 commit 25931ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ services:
55
image: postgres:11
66
volumes:
77
- ./tmp/db:/var/lib/postgresql/data
8+
environment:
9+
POSTGRES_HOST_AUTH_METHOD: trust
810
backend:
911
container_name: backend
1012
build: ./backend

0 commit comments

Comments
 (0)