Skip to content

Commit 2cbfefe

Browse files
committed
chore(docker): add POSTGRES_HOST_AUTH_METHOD to dev docker-compose configuration
1 parent 52149aa commit 2cbfefe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

memory-infra/docker/dev/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
1111
POSTGRES_USER: ${POSTGRES_USER}
1212
POSTGRES_DB: ${POSTGRES_DB}
13+
POSTGRES_HOST_AUTH_METHOD: md5
1314
volumes:
1415
- ./data/postgres-data:/var/lib/postgresql
1516
networks:

0 commit comments

Comments
 (0)