We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae17190 commit 25931ecCopy full SHA for 25931ec
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