Skip to content

Commit ef75c97

Browse files
authored
Merge pull request #313 from ohbarye/follow-postgresql-image-update
Follow PostgreSQL image update
2 parents bd5a876 + 25931ec commit ef75c97

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)