We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd5a876 + 25931ec commit ef75c97Copy full SHA for ef75c97
docker-compose.yml
@@ -5,6 +5,8 @@ services:
5
image: postgres:11
6
volumes:
7
- ./tmp/db:/var/lib/postgresql/data
8
+ environment:
9
+ POSTGRES_HOST_AUTH_METHOD: trust
10
backend:
11
container_name: backend
12
build: ./backend
0 commit comments