Skip to content

Commit

Permalink
set the authentication method md5 correctly on postgres 15
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed May 15, 2024
1 parent e372c8c commit 80e2df1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/docker-compose.gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ services:
- "POSTGRES_PASSWORD=docker"
- "POSTGRES_USER=docker"
- "POSTGRES_DB=gis"
- "PASSWORD_AUTHENTICATION=md5"

postgres15:
image: postgis/postgis:15-3.4-alpine
Expand All @@ -16,7 +15,8 @@ services:
- "POSTGRES_PASSWORD=docker"
- "POSTGRES_USER=docker"
- "POSTGRES_DB=gis"
- "PASSWORD_AUTHENTICATION=md5"
- "POSTGRES_INITDB_ARGS=--auth-host=md5"
- "POSTGRES_HOST_AUTH_METHOD=md5"

mssql:
image: mcr.microsoft.com/mssql/server:2019-CU11-ubuntu-20.04
Expand Down

0 comments on commit 80e2df1

Please sign in to comment.